diff options
Diffstat (limited to 'net/mac80211/tx.c')
-rw-r--r-- | net/mac80211/tx.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c index 684f928def93..d70140cbd66a 100644 --- a/net/mac80211/tx.c +++ b/net/mac80211/tx.c | |||
@@ -426,10 +426,7 @@ ieee80211_tx_h_ps_buf(struct ieee80211_txrx_data *tx) | |||
426 | static ieee80211_txrx_result | 426 | static ieee80211_txrx_result |
427 | ieee80211_tx_h_select_key(struct ieee80211_txrx_data *tx) | 427 | ieee80211_tx_h_select_key(struct ieee80211_txrx_data *tx) |
428 | { | 428 | { |
429 | if (tx->sta) | 429 | tx->u.tx.control->key_idx = HW_KEY_IDX_INVALID; |
430 | tx->u.tx.control->key_idx = tx->sta->key_idx_compression; | ||
431 | else | ||
432 | tx->u.tx.control->key_idx = HW_KEY_IDX_INVALID; | ||
433 | 430 | ||
434 | if (unlikely(tx->u.tx.control->flags & IEEE80211_TXCTL_DO_NOT_ENCRYPT)) | 431 | if (unlikely(tx->u.tx.control->flags & IEEE80211_TXCTL_DO_NOT_ENCRYPT)) |
435 | tx->key = NULL; | 432 | tx->key = NULL; |