Skip to content

Commit

Permalink
ath9k_hw: Update PMU setting to improve ripple issue for AR9485.
Browse files Browse the repository at this point in the history
Change from the systems team to update PMU setting for AR9485
version of chipsets.

Signed-off-by: Vivek Natarajan <vnatarajan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Vivek Natarajan authored and John W. Linville committed Jan 28, 2011
1 parent bdd62c0 commit ebefce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
Original file line number Diff line number Diff line change
Expand Up @@ -3673,7 +3673,7 @@ static void ar9003_hw_internal_regulator_apply(struct ath_hw *ah)
return;

reg_pmu_set = (5 << 1) | (7 << 4) | (1 << 8) |
(7 << 14) | (6 << 17) | (1 << 20) |
(2 << 14) | (6 << 17) | (1 << 20) |
(3 << 24) | (1 << 28);

REG_WRITE(ah, AR_PHY_PMU1, reg_pmu_set);
Expand Down

0 comments on commit ebefce3

Please sign in to comment.