aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/332-ath9k_hw-start-initial-NF-calibration-after-PA-calib.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-10-25 14:45:22 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-10-25 14:45:22 +0000
commit78bd998e49120d309ddfce88de4b2df42bee2646 (patch)
tree935bd041668839c9a12f15892ffe46b0915fdedd /package/kernel/mac80211/patches/332-ath9k_hw-start-initial-NF-calibration-after-PA-calib.patch
parenta0d9489e8438190e171eaa33bcb455f88e80427e (diff)
downloadupstream-78bd998e49120d309ddfce88de4b2df42bee2646.tar.gz
upstream-78bd998e49120d309ddfce88de4b2df42bee2646.tar.bz2
upstream-78bd998e49120d309ddfce88de4b2df42bee2646.zip
ath9k: add a few calibration related fixes
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43058
Diffstat (limited to 'package/kernel/mac80211/patches/332-ath9k_hw-start-initial-NF-calibration-after-PA-calib.patch')
-rw-r--r--package/kernel/mac80211/patches/332-ath9k_hw-start-initial-NF-calibration-after-PA-calib.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/kernel/mac80211/patches/332-ath9k_hw-start-initial-NF-calibration-after-PA-calib.patch b/package/kernel/mac80211/patches/332-ath9k_hw-start-initial-NF-calibration-after-PA-calib.patch
index e89c8841ff..32ff5258f5 100644
--- a/package/kernel/mac80211/patches/332-ath9k_hw-start-initial-NF-calibration-after-PA-calib.patch
+++ b/package/kernel/mac80211/patches/332-ath9k_hw-start-initial-NF-calibration-after-PA-calib.patch
@@ -10,10 +10,11 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org>
--- a/drivers/net/wireless/ath/ath9k/ar9002_calib.c
+++ b/drivers/net/wireless/ath/ath9k/ar9002_calib.c
-@@ -854,6 +854,7 @@ static bool ar9002_hw_init_cal(struct at
+@@ -856,6 +856,8 @@ static bool ar9002_hw_init_cal(struct at
/* Do PA Calibration */
ar9002_hw_pa_cal(ah, true);
++ ath9k_hw_loadnf(ah, chan);
+ ath9k_hw_start_nfcal(ah, true);
if (ah->caldata)