diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-01-09 20:32:25 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-01-09 20:32:25 +0000 |
commit | 56647592a42f8ab783c99d4bc671557bce2355db (patch) | |
tree | 6c70ecc4ecf3534dc33644035bb4a26162bfe458 /package/mac80211/patches/520-ath9k_intr_mitigation_tweak.patch | |
parent | 088d334311da7914665e4169eb873c4ee2795684 (diff) | |
download | mtk-20170518-56647592a42f8ab783c99d4bc671557bce2355db.zip mtk-20170518-56647592a42f8ab783c99d4bc671557bce2355db.tar.gz mtk-20170518-56647592a42f8ab783c99d4bc671557bce2355db.tar.bz2 |
mac80211: update to wireless-testing 2011-01-05, should improve aggregation reliability in ath9k
SVN-Revision: 24948
Diffstat (limited to 'package/mac80211/patches/520-ath9k_intr_mitigation_tweak.patch')
-rw-r--r-- | package/mac80211/patches/520-ath9k_intr_mitigation_tweak.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/mac80211/patches/520-ath9k_intr_mitigation_tweak.patch b/package/mac80211/patches/520-ath9k_intr_mitigation_tweak.patch new file mode 100644 index 0000000..0c33741 --- /dev/null +++ b/package/mac80211/patches/520-ath9k_intr_mitigation_tweak.patch @@ -0,0 +1,13 @@ +--- a/drivers/net/wireless/ath/ath9k/hw.c ++++ b/drivers/net/wireless/ath/ath9k/hw.c +@@ -1425,8 +1425,8 @@ int ath9k_hw_reset(struct ath_hw *ah, st + REG_WRITE(ah, AR_OBS, 8); + + if (ah->config.rx_intr_mitigation) { +- REG_RMW_FIELD(ah, AR_RIMT, AR_RIMT_LAST, 500); +- REG_RMW_FIELD(ah, AR_RIMT, AR_RIMT_FIRST, 2000); ++ REG_RMW_FIELD(ah, AR_RIMT, AR_RIMT_LAST, 250); ++ REG_RMW_FIELD(ah, AR_RIMT, AR_RIMT_FIRST, 500); + } + + if (ah->config.tx_intr_mitigation) { |