Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Rajkumar Manoharan and committed by
John W. Linville
1fa707aa 15052f81

+1 -1
+1 -1
drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
··· 3734 3734 } 3735 3735 } else { 3736 3736 reg_pmu_set = (5 << 1) | (7 << 4) | 3737 - (1 << 8) | (2 << 14) | 3737 + (2 << 8) | (2 << 14) | 3738 3738 (6 << 17) | (1 << 20) | 3739 3739 (3 << 24) | (1 << 28); 3740 3740 }