aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/rx.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/rx.c')
-rw-r--r--net/mac80211/rx.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/mac80211/rx.c b/net/mac80211/rx.c
index f5caa1a016ee..8c16574ec39c 100644
--- a/net/mac80211/rx.c
+++ b/net/mac80211/rx.c
@@ -532,9 +532,6 @@ ieee80211_rx_h_decrypt(struct ieee80211_txrx_data *rx)
532 return ieee80211_crypto_tkip_decrypt(rx); 532 return ieee80211_crypto_tkip_decrypt(rx);
533 case ALG_CCMP: 533 case ALG_CCMP:
534 return ieee80211_crypto_ccmp_decrypt(rx); 534 return ieee80211_crypto_ccmp_decrypt(rx);
535 case ALG_NONE:
536 WARN_ON(1);
537 return TXRX_CONTINUE;
538 } 535 }
539 536
540 /* not reached */ 537 /* not reached */