|
@@ -809,6 +809,7 @@ static void ath_key_delete(struct ath_common *common, struct ieee80211_key_conf
|
|
|
|
|
|
clear_bit(key->hw_key_idx + 64, common->keymap);
|
|
|
if (common->splitmic) {
|
|
|
+ ath9k_hw_keyreset(ah, key->hw_key_idx + 32);
|
|
|
clear_bit(key->hw_key_idx + 32, common->keymap);
|
|
|
clear_bit(key->hw_key_idx + 64 + 32, common->keymap);
|
|
|
}
|