ath9k: fix a beacon buffer leak on interface up/down
[openwrt.git] / package / mac80211 / patches / 408-ath9k_tweak_rx_intr_mitigation.patch
1 --- a/drivers/net/wireless/ath/ath9k/hw.c
2 +++ b/drivers/net/wireless/ath/ath9k/hw.c
3 @@ -2088,7 +2088,7 @@ int ath9k_hw_reset(struct ath_hw *ah, st
4
5 if (ah->config.rx_intr_mitigation) {
6 REG_RMW_FIELD(ah, AR_RIMT, AR_RIMT_LAST, 500);
7 - REG_RMW_FIELD(ah, AR_RIMT, AR_RIMT_FIRST, 2000);
8 + REG_RMW_FIELD(ah, AR_RIMT, AR_RIMT_FIRST, 500);
9 }
10
11 ath9k_hw_init_bb(ah, chan);
This page took 0.046644 seconds and 5 git commands to generate.