aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/542-ath9k_always_enable_fastclock.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-08-01 12:15:15 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-08-01 12:15:15 +0000
commita1e19186fa70e8bc918d825e31a50259ea8082fd (patch)
tree7e08fcb20003dd62c1286426a50e8504e081e5db /package/mac80211/patches/542-ath9k_always_enable_fastclock.patch
parent478decc60bb34144cc60b61c27378d8b0a0dce9b (diff)
downloadupstream-a1e19186fa70e8bc918d825e31a50259ea8082fd.tar.gz
upstream-a1e19186fa70e8bc918d825e31a50259ea8082fd.tar.bz2
upstream-a1e19186fa70e8bc918d825e31a50259ea8082fd.zip
ath9k: fold patches that were merged upstream into 300-pending_work.patch
SVN-Revision: 27860
Diffstat (limited to 'package/mac80211/patches/542-ath9k_always_enable_fastclock.patch')
-rw-r--r--package/mac80211/patches/542-ath9k_always_enable_fastclock.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/package/mac80211/patches/542-ath9k_always_enable_fastclock.patch b/package/mac80211/patches/542-ath9k_always_enable_fastclock.patch
deleted file mode 100644
index c3e4a98e9b..0000000000
--- a/package/mac80211/patches/542-ath9k_always_enable_fastclock.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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;
- }
-