diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-04-13 01:03:49 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-04-13 01:03:49 +0000 |
commit | 3b000fe74e296f4df75918aa6162c43514284e9c (patch) | |
tree | 9a5c2b45608cf0d3379b5cb0f1164ed498befe15 /package/mac80211/patches/408-ath9k_tweak_rx_intr_mitigation.patch | |
parent | 9d42bb1a218d092b8c9447cf16ec2c94f7881c8d (diff) | |
download | upstream-3b000fe74e296f4df75918aa6162c43514284e9c.tar.gz upstream-3b000fe74e296f4df75918aa6162c43514284e9c.tar.bz2 upstream-3b000fe74e296f4df75918aa6162c43514284e9c.zip |
ath9k: more fixes/cleanups for ar9280 and ar9300
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20835 3c298f89-4303-0410-b956-a3cf2f4a3e73
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.patch | 2 |
1 files changed, 1 insertions, 1 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 index a3b512cf33..3780930466 100644 --- a/package/mac80211/patches/408-ath9k_tweak_rx_intr_mitigation.patch +++ b/package/mac80211/patches/408-ath9k_tweak_rx_intr_mitigation.patch @@ -1,6 +1,6 @@ --- a/drivers/net/wireless/ath/ath9k/hw.c +++ b/drivers/net/wireless/ath/ath9k/hw.c -@@ -1306,7 +1306,7 @@ int ath9k_hw_reset(struct ath_hw *ah, st +@@ -1297,7 +1297,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); |