Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79112
b: refs/heads/master
c: ad9de29
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse authored and David S. Miller committed Jan 28, 2008
1 parent 75d346c commit 1eb79bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2c94404c30008a10ccd3c7e31645626eb90a8a06
refs/heads/master: ad9de29130599d4be3467932643797da3b9869f6
2 changes: 2 additions & 0 deletions trunk/drivers/net/wireless/libertas/cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1674,6 +1674,7 @@ static void cleanup_cmdnode(struct cmd_ctrl_node *ptempnode)
wake_up_interruptible(&ptempnode->cmdwait_q);
ptempnode->wait_option = 0;
ptempnode->pdata_buf = NULL;
ptempnode->pdata_size = 0;

if (ptempnode->bufvirtualaddr != NULL)
memset(ptempnode->bufvirtualaddr, 0, MRVDRV_SIZE_OF_CMD_BUFFER);
Expand Down Expand Up @@ -1701,6 +1702,7 @@ void lbs_set_cmd_ctrl_node(struct lbs_private *priv,

ptempnode->wait_option = wait_option;
ptempnode->pdata_buf = pdata_buf;
ptempnode->pdata_size = 0;

lbs_deb_leave(LBS_DEB_HOST);
}
Expand Down

0 comments on commit 1eb79bf

Please sign in to comment.