summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/442-ath5k_spur_channel_srev_check.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-08-11 13:52:27 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-08-11 13:52:27 +0000
commit400f75a1b657eceb5e661adb5bf56c2498b4a2ff (patch)
tree1d85da294b86812834c0c0ba2c7ef076e866bbdb /package/mac80211/patches/442-ath5k_spur_channel_srev_check.patch
parentce2ced73118dfd1dab21392f91cda19f005f949d (diff)
downloadmaster-31e0f0ae-400f75a1b657eceb5e661adb5bf56c2498b4a2ff.tar.gz
master-31e0f0ae-400f75a1b657eceb5e661adb5bf56c2498b4a2ff.tar.bz2
master-31e0f0ae-400f75a1b657eceb5e661adb5bf56c2498b4a2ff.zip
mac80211: update to 2011-08-10
SVN-Revision: 27958
Diffstat (limited to 'package/mac80211/patches/442-ath5k_spur_channel_srev_check.patch')
-rw-r--r--package/mac80211/patches/442-ath5k_spur_channel_srev_check.patch10
1 files changed, 0 insertions, 10 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
deleted file mode 100644
index 1931be8db2..0000000000
--- a/package/mac80211/patches/442-ath5k_spur_channel_srev_check.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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