mac80211: update to wireless-testing 2010-01-25, includes fixes for crypto and retran...
[openwrt-10.03/.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 @@ -2087,7 +2087,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);