aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
diff options
context:
space:
mode:
authorRajkumar Manoharan <rmanohar@qca.qualcomm.com>2011-07-29 17:38:17 +0530
committerJohn W. Linville <linville@tuxdriver.com>2011-08-09 16:11:32 -0400
commit1fa707aa3e5c43b094983787267d80d0dfa44e4d (patch)
treea086d3130bb999189f18c61ec67a5efe9fd2b95f /drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
parentath9k_hw: Fix incorrect Tx control power in AR9003 template (diff)
downloadlinux-dev-1fa707aa3e5c43b094983787267d80d0dfa44e4d.tar.xz
linux-dev-1fa707aa3e5c43b094983787267d80d0dfa44e4d.zip
ath9k_hw: update PMU to improve ripple issue for AR9485
The commit ebefce3d13f8b5a871337ff7c3821ee140c1ea8a failed to set proper PMU value to address ripple issue for AR9485. Cc: stable@kernel.org Signed-off-by: Rajkumar Manoharan <rmanohar@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ar9003_eeprom.c')
-rw-r--r--drivers/net/wireless/ath/ath9k/ar9003_eeprom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c b/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
index 6cfc9ebcd5c4..c34bef1bf2b0 100644
--- a/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
+++ b/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
@@ -3734,7 +3734,7 @@ static void ar9003_hw_internal_regulator_apply(struct ath_hw *ah)
}
} else {
reg_pmu_set = (5 << 1) | (7 << 4) |
- (1 << 8) | (2 << 14) |
+ (2 << 8) | (2 << 14) |
(6 << 17) | (1 << 20) |
(3 << 24) | (1 << 28);
}