Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86916
b: refs/heads/master
c: 8a96df8
h: refs/heads/master
v: v3
  • Loading branch information
Sebastian Siewior authored and John W. Linville committed Mar 4, 2008
1 parent 262da0f commit b52b921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 6305f498604df6c66bdb4cc533ce6332fa5ab61f
refs/heads/master: 8a96df80b3ddb2410045a26ea19eeccb5f2d2d11
4 changes: 1 addition & 3 deletions trunk/drivers/net/wireless/libertas/cmdresp.c
Original file line number Diff line number Diff line change
Expand Up @@ -562,9 +562,7 @@ int lbs_process_rx_command(struct lbs_private *priv)
}

resp = (void *)priv->upld_buf;

curcmd = le16_to_cpu(resp->command);

curcmd = le16_to_cpu(priv->cur_cmd->cmdbuf->command);
respcmd = le16_to_cpu(resp->command);
result = le16_to_cpu(resp->result);

Expand Down

0 comments on commit b52b921

Please sign in to comment.