[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
@@ -532,9 +532,6 @@ ieee80211_rx_h_decrypt(struct ieee80211_txrx_data *rx)
|
||||
return ieee80211_crypto_tkip_decrypt(rx);
|
||||
case ALG_CCMP:
|
||||
return ieee80211_crypto_ccmp_decrypt(rx);
|
||||
case ALG_NONE:
|
||||
WARN_ON(1);
|
||||
return TXRX_CONTINUE;
|
||||
}
|
||||
|
||||
/* not reached */
|
||||
|
Reference in New Issue
Block a user