diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-07-01 22:20:40 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2007-07-10 14:15:31 -0400 |
commit | 6b62472a5ff9605aafa43a0a341c32127821f7b2 (patch) | |
tree | e76f72a4dee05f3dfd243c2e87a699c2932ca4f3 /drivers/net/wireless/libertas/wext.c | |
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/wireless/libertas/wext.c')
-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 f42b796b5e4..2fcc3bf2108 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, pkey->type = KEY_TYPE_ID_TKIP; } else if (alg == IW_ENCODE_ALG_CCMP) { pkey->type = KEY_TYPE_ID_AES; - } else { - ret = -EINVAL; - goto out; } /* If WPA isn't enabled yet, do that now */ |