aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-07-06 09:06:21 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-07-06 09:06:21 +0000
commitf146a0c6e0674b9f84f802f6eea364339d43bc66 (patch)
treeed9bf05b394f33b2fca659d2e754dbdba3c3f219 /package
parent68e33c3a34f786e9f3132e27e9a19abd13c67c3f (diff)
downloadupstream-f146a0c6e0674b9f84f802f6eea364339d43bc66.tar.gz
upstream-f146a0c6e0674b9f84f802f6eea364339d43bc66.tar.bz2
upstream-f146a0c6e0674b9f84f802f6eea364339d43bc66.zip
ath9k: always enable fast clock for 5 ghz regardless of the eeprom setting
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27480 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/mac80211/patches/542-ath9k_always_enable_fastclock.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/mac80211/patches/542-ath9k_always_enable_fastclock.patch b/package/mac80211/patches/542-ath9k_always_enable_fastclock.patch
new file mode 100644
index 0000000000..c3e4a98e9b
--- /dev/null
+++ b/package/mac80211/patches/542-ath9k_always_enable_fastclock.patch
@@ -0,0 +1,14 @@
+--- a/drivers/net/wireless/ath/ath9k/hw.c
++++ b/drivers/net/wireless/ath/ath9k/hw.c
+@@ -2089,10 +2089,7 @@ int ath9k_hw_fill_cap_info(struct ath_hw
+ pCap->hw_caps |= ATH9K_HW_CAP_PAPRD;
+ } else {
+ pCap->tx_desc_len = sizeof(struct ath_desc);
+- if (AR_SREV_9280_20(ah) &&
+- ((ah->eep_ops->get_eeprom(ah, EEP_MINOR_REV) <=
+- AR5416_EEP_MINOR_VER_16) ||
+- ah->eep_ops->get_eeprom(ah, EEP_FSTCLK_5G)))
++ if (AR_SREV_9280_20(ah))
+ pCap->hw_caps |= ATH9K_HW_CAP_FASTCLOCK;
+ }
+