diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/mac.c')
-rw-r--r-- | drivers/net/wireless/ath/ath10k/mac.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/mac.c b/drivers/net/wireless/ath/ath10k/mac.c index 725b06799043..95e306ef4df2 100644 --- a/drivers/net/wireless/ath/ath10k/mac.c +++ b/drivers/net/wireless/ath/ath10k/mac.c | |||
@@ -54,7 +54,6 @@ static int ath10k_send_key(struct ath10k_vif *arvif, | |||
54 | key->flags |= IEEE80211_KEY_FLAG_SW_MGMT_TX; | 54 | key->flags |= IEEE80211_KEY_FLAG_SW_MGMT_TX; |
55 | break; | 55 | break; |
56 | case WLAN_CIPHER_SUITE_TKIP: | 56 | case WLAN_CIPHER_SUITE_TKIP: |
57 | key->flags |= IEEE80211_KEY_FLAG_GENERATE_MMIC; | ||
58 | arg.key_cipher = WMI_CIPHER_TKIP; | 57 | arg.key_cipher = WMI_CIPHER_TKIP; |
59 | arg.key_txmic_len = 8; | 58 | arg.key_txmic_len = 8; |
60 | arg.key_rxmic_len = 8; | 59 | arg.key_rxmic_len = 8; |