diff options
| -rw-r--r-- | drivers/net/wireless/libertas/cmdresp.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/net/wireless/libertas/cmdresp.c b/drivers/net/wireless/libertas/cmdresp.c index e2b0746c6cb9..bdc6a1cc2103 100644 --- a/drivers/net/wireless/libertas/cmdresp.c +++ b/drivers/net/wireless/libertas/cmdresp.c | |||
| @@ -562,9 +562,7 @@ int lbs_process_rx_command(struct lbs_private *priv) | |||
| 562 | } | 562 | } |
| 563 | 563 | ||
| 564 | resp = (void *)priv->upld_buf; | 564 | resp = (void *)priv->upld_buf; |
| 565 | 565 | curcmd = le16_to_cpu(priv->cur_cmd->cmdbuf->command); | |
| 566 | curcmd = le16_to_cpu(resp->command); | ||
| 567 | |||
| 568 | respcmd = le16_to_cpu(resp->command); | 566 | respcmd = le16_to_cpu(resp->command); |
| 569 | result = le16_to_cpu(resp->result); | 567 | result = le16_to_cpu(resp->result); |
| 570 | 568 | ||
