diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-07-01 16:20:40 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2007-07-10 14:15:31 -0400 |
commit | 6b62472a5ff9605aafa43a0a341c32127821f7b2 (patch) | |
tree | e76f72a4dee05f3dfd243c2e87a699c2932ca4f3 /drivers/net | |
parent | 74553aedd46b3a2cae986f909cf2a3f99369decc (diff) |
[PATCH] drivers/net/wireless/libertas/wext.c: remove dead code
This patch removes dead code introduced by
commit 90a42210f275e1f828eb6c08bf8252c2d6a774e0 and spotted
by the Coverity checker.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/libertas/wext.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/libertas/wext.c b/drivers/net/wireless/libertas/wext.c index f42b796b5e47..2fcc3bf21081 100644 --- a/drivers/net/wireless/libertas/wext.c +++ b/drivers/net/wireless/libertas/wext.c | |||
@@ -1719,9 +1719,6 @@ static int wlan_set_encodeext(struct net_device *dev, | |||
1719 | pkey->type = KEY_TYPE_ID_TKIP; | 1719 | pkey->type = KEY_TYPE_ID_TKIP; |
1720 | } else if (alg == IW_ENCODE_ALG_CCMP) { | 1720 | } else if (alg == IW_ENCODE_ALG_CCMP) { |
1721 | pkey->type = KEY_TYPE_ID_AES; | 1721 | pkey->type = KEY_TYPE_ID_AES; |
1722 | } else { | ||
1723 | ret = -EINVAL; | ||
1724 | goto out; | ||
1725 | } | 1722 | } |
1726 | 1723 | ||
1727 | /* If WPA isn't enabled yet, do that now */ | 1724 | /* If WPA isn't enabled yet, do that now */ |