summaryrefslogtreecommitdiff
path: root/package/mac80211/patches/549-ath9k_shift_reg_delay.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/549-ath9k_shift_reg_delay.patch
parent478decc60bb34144cc60b61c27378d8b0a0dce9b (diff)
downloadmtk-20170518-a1e19186fa70e8bc918d825e31a50259ea8082fd.zip
mtk-20170518-a1e19186fa70e8bc918d825e31a50259ea8082fd.tar.gz
mtk-20170518-a1e19186fa70e8bc918d825e31a50259ea8082fd.tar.bz2
ath9k: fold patches that were merged upstream into 300-pending_work.patch
SVN-Revision: 27860
Diffstat (limited to 'package/mac80211/patches/549-ath9k_shift_reg_delay.patch')
-rw-r--r--package/mac80211/patches/549-ath9k_shift_reg_delay.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/package/mac80211/patches/549-ath9k_shift_reg_delay.patch b/package/mac80211/patches/549-ath9k_shift_reg_delay.patch
deleted file mode 100644
index 3676ae4..0000000
--- a/package/mac80211/patches/549-ath9k_shift_reg_delay.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/drivers/net/wireless/ath/ath9k/ar9002_phy.c
-+++ b/drivers/net/wireless/ath/ath9k/ar9002_phy.c
-@@ -131,8 +131,9 @@ static int ar9002_hw_set_channel(struct
- channelSel = CHANSEL_5G(freq);
-
- /* RefDivA setting */
-- REG_RMW_FIELD(ah, AR_AN_SYNTH9,
-- AR_AN_SYNTH9_REFDIVA, refDivA);
-+ ath9k_hw_analog_shift_rmw(ah, AR_AN_SYNTH9,
-+ AR_AN_SYNTH9_REFDIVA,
-+ AR_AN_SYNTH9_REFDIVA_S, refDivA);
-
- }
-