[MAC80211]: remove ALG_NONE
This "algorithm" is used only internally and is not useful. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Cc: Michael Buesch <mb@bu3sch.de> Acked-by: Zhu Yi <yi.zhu@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
640845a563
commit
628a140ba0
@@ -2827,9 +2827,6 @@ static int b43_dev_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
|
||||
if (!dev)
|
||||
return -ENODEV;
|
||||
switch (key->alg) {
|
||||
case ALG_NONE:
|
||||
algorithm = B43_SEC_ALGO_NONE;
|
||||
break;
|
||||
case ALG_WEP:
|
||||
if (key->keylen == 5)
|
||||
algorithm = B43_SEC_ALGO_WEP40;
|
||||
|
Reference in New Issue
Block a user