mac80211: update to 2010-06-10, add pending work with stability and throughput fixes...
[openwrt/staging/chunkeey.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 @@ -1398,7 +1398,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 if (ah->config.tx_intr_mitigation) {