aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/tx.c')
-rw-r--r--net/mac80211/tx.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c
index 8f0007a925a2..47416b0645db 100644
--- a/net/mac80211/tx.c
+++ b/net/mac80211/tx.c
@@ -554,8 +554,6 @@ ieee80211_tx_h_encrypt(struct ieee80211_txrx_data *tx)
554 return ieee80211_crypto_tkip_encrypt(tx); 554 return ieee80211_crypto_tkip_encrypt(tx);
555 case ALG_CCMP: 555 case ALG_CCMP:
556 return ieee80211_crypto_ccmp_encrypt(tx); 556 return ieee80211_crypto_ccmp_encrypt(tx);
557 case ALG_NONE:
558 return TXRX_CONTINUE;
559 } 557 }
560 558
561 /* not reached */ 559 /* not reached */