summaryrefslogtreecommitdiff
path: root/package/mac80211/patches/408-ath9k_tweak_rx_intr_mitigation.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-11-17 03:43:24 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-11-17 03:43:24 +0000
commit058fa75a746d746b569670e8c1f8606997a21f4c (patch)
treea014bc061f0d9a9b3dbe4e315649fed14348c6e4 /package/mac80211/patches/408-ath9k_tweak_rx_intr_mitigation.patch
parentb59113f2e705a982e12835c7069bbefd6ca7fc98 (diff)
downloadmtk-20170518-058fa75a746d746b569670e8c1f8606997a21f4c.zip
mtk-20170518-058fa75a746d746b569670e8c1f8606997a21f4c.tar.gz
mtk-20170518-058fa75a746d746b569670e8c1f8606997a21f4c.tar.bz2
mac80211: update to wireless-testing 2010-11-16
SVN-Revision: 24017
Diffstat (limited to 'package/mac80211/patches/408-ath9k_tweak_rx_intr_mitigation.patch')
-rw-r--r--package/mac80211/patches/408-ath9k_tweak_rx_intr_mitigation.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/mac80211/patches/408-ath9k_tweak_rx_intr_mitigation.patch b/package/mac80211/patches/408-ath9k_tweak_rx_intr_mitigation.patch
deleted file mode 100644
index 0b0197a..0000000
--- a/package/mac80211/patches/408-ath9k_tweak_rx_intr_mitigation.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/drivers/net/wireless/ath/ath9k/hw.c
-+++ b/drivers/net/wireless/ath/ath9k/hw.c
-@@ -1438,7 +1438,7 @@ int ath9k_hw_reset(struct ath_hw *ah, st
-
- 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_FIRST, 500);
- }
-
- if (ah->config.tx_intr_mitigation) {