Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79106
b: refs/heads/master
c: 891f32a
h: refs/heads/master
v: v3
  • Loading branch information
Holger Schurig authored and David S. Miller committed Jan 28, 2008
1 parent 2009c02 commit a9265c0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 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: e775ed7c677b163c80643036c32e23d3e59b9429
refs/heads/master: 891f32a1c4fe5c57f15873fa1d9fff425b30ab4d
7 changes: 0 additions & 7 deletions trunk/drivers/net/wireless/libertas/cmdresp.c
Original file line number Diff line number Diff line change
Expand Up @@ -856,13 +856,6 @@ int lbs_process_rx_command(struct lbs_private *priv)
goto done;
}

if (adapter->cur_cmd->cmdflags & CMD_F_HOSTCMD) {
/* Copy the response back to response buffer */
memcpy(adapter->cur_cmd->pdata_buf, resp,
le16_to_cpu(resp->size));
adapter->cur_cmd->cmdflags &= ~CMD_F_HOSTCMD;
}

/* If the command is not successful, cleanup and return failure */
if ((result != 0 || !(respcmd & 0x8000))) {
lbs_deb_host("CMD_RESP: error 0x%04x in command reply 0x%04x\n",
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 @@ -75,7 +75,6 @@ struct cmd_ctrl_node {
void *pdata_buf;
/*command data */
u8 *bufvirtualaddr;
u16 cmdflags;
/* wait queue */
u16 cmdwaitqwoken;
wait_queue_head_t cmdwait_q;
Expand Down

0 comments on commit a9265c0

Please sign in to comment.