Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79107
b: refs/heads/master
c: c68b3bb
h: refs/heads/master
i:
  79105: 2009c02
  79103: e53a420
v: v3
  • Loading branch information
Holger Schurig authored and David S. Miller committed Jan 28, 2008
1 parent a9265c0 commit 936a44c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 891f32a1c4fe5c57f15873fa1d9fff425b30ab4d
refs/heads/master: c68b3bbdb596b5f82f1f0731f6fcb210735aff39
1 change: 0 additions & 1 deletion trunk/drivers/net/wireless/libertas/cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1667,7 +1667,6 @@ static void cleanup_cmdnode(struct cmd_ctrl_node *ptempnode)
return;
ptempnode->cmdwaitqwoken = 1;
wake_up_interruptible(&ptempnode->cmdwait_q);
ptempnode->status = 0;
ptempnode->wait_option = 0;
ptempnode->pdata_buf = NULL;

Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/net/wireless/libertas/hostcmd.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ struct rxpd {
struct cmd_ctrl_node {
/* CMD link list */
struct list_head list;
u32 status;
/*CMD wait option: wait for finish or no wait */
u16 wait_option;
/* command parameter */
Expand Down

0 comments on commit 936a44c

Please sign in to comment.