diff options
author | David Woodhouse <dwmw2@infradead.org> | 2007-12-18 00:18:05 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:07:49 -0500 |
commit | f70dd4515a8ad9c9d59ebb8c1d1fa2c610fb4020 (patch) | |
tree | b9c5f3682972024fad4726a4163bbfb74a55ac0b /drivers/net/wireless/libertas/cmdresp.c | |
parent | 3fbe104cecdb8c812976fdb0cc41be65491b85ee (diff) |
libertas: convert SET_WEP to a direct command
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/libertas/cmdresp.c')
-rw-r--r-- | drivers/net/wireless/libertas/cmdresp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/libertas/cmdresp.c b/drivers/net/wireless/libertas/cmdresp.c index 40615a88dc88..d670a811af04 100644 --- a/drivers/net/wireless/libertas/cmdresp.c +++ b/drivers/net/wireless/libertas/cmdresp.c | |||
@@ -490,7 +490,6 @@ static inline int handle_cmd_response(struct lbs_private *priv, | |||
490 | 490 | ||
491 | case CMD_RET(CMD_MAC_MULTICAST_ADR): | 491 | case CMD_RET(CMD_MAC_MULTICAST_ADR): |
492 | case CMD_RET(CMD_MAC_CONTROL): | 492 | case CMD_RET(CMD_MAC_CONTROL): |
493 | case CMD_RET(CMD_802_11_SET_WEP): | ||
494 | case CMD_RET(CMD_802_11_RESET): | 493 | case CMD_RET(CMD_802_11_RESET): |
495 | case CMD_RET(CMD_802_11_AUTHENTICATE): | 494 | case CMD_RET(CMD_802_11_AUTHENTICATE): |
496 | case CMD_RET(CMD_802_11_BEACON_STOP): | 495 | case CMD_RET(CMD_802_11_BEACON_STOP): |