aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-07-01 11:33:07 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-07-01 11:33:07 +0000
commit161b3250066a4e60b4dc808c1cc41e16f5ff1f0e (patch)
tree9db5e09532ac1771f3cd20dd9ce10581b655e34c /package
parent4499d09000f21c138a6ca52c412ebd0a4784a406 (diff)
downloadmaster-187ad058-161b3250066a4e60b4dc808c1cc41e16f5ff1f0e.tar.gz
master-187ad058-161b3250066a4e60b4dc808c1cc41e16f5ff1f0e.tar.bz2
master-187ad058-161b3250066a4e60b4dc808c1cc41e16f5ff1f0e.zip
ath5k: enable spur mitigation for ar2413 - should improve performance and reliability on those devices
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27331 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/mac80211/patches/442-ath5k_spur_channel_srev_check.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/mac80211/patches/442-ath5k_spur_channel_srev_check.patch b/package/mac80211/patches/442-ath5k_spur_channel_srev_check.patch
new file mode 100644
index 0000000000..1931be8db2
--- /dev/null
+++ b/package/mac80211/patches/442-ath5k_spur_channel_srev_check.patch
@@ -0,0 +1,10 @@
+--- a/drivers/net/wireless/ath/ath5k/phy.c
++++ b/drivers/net/wireless/ath/ath5k/phy.c
+@@ -105,6 +105,7 @@ bool ath5k_hw_chan_has_spur_noise(struct
+
+ if ((ah->ah_radio == AR5K_RF5112) ||
+ (ah->ah_radio == AR5K_RF5413) ||
++ (ah->ah_radio == AR5K_RF2413) ||
+ (ah->ah_mac_version == (AR5K_SREV_AR2417 >> 4)))
+ refclk_freq = 40;
+ else