diff options
Diffstat (limited to 'net/mac80211/wpa.c')
-rw-r--r-- | net/mac80211/wpa.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/wpa.c b/net/mac80211/wpa.c index b6cd66e0ee58..775f89e42a43 100644 --- a/net/mac80211/wpa.c +++ b/net/mac80211/wpa.c | |||
@@ -550,7 +550,6 @@ ieee80211_tx_h_ccmp_encrypt(struct ieee80211_txrx_data *tx) | |||
550 | 550 | ||
551 | if (tx->u.tx.extra_frag) { | 551 | if (tx->u.tx.extra_frag) { |
552 | int i; | 552 | int i; |
553 | |||
554 | for (i = 0; i < tx->u.tx.num_extra_frag; i++) { | 553 | for (i = 0; i < tx->u.tx.num_extra_frag; i++) { |
555 | if (ccmp_encrypt_skb(tx, tx->u.tx.extra_frag[i], test) | 554 | if (ccmp_encrypt_skb(tx, tx->u.tx.extra_frag[i], test) |
556 | < 0) | 555 | < 0) |