]> git.baikalelectronics.ru Git - kernel.git/commit
ath9k_hw: move LowPower array writes to ar9003_hw_configpcipowersave()
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Mon, 21 Jun 2010 22:38:48 +0000 (18:38 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 23 Jun 2010 19:14:01 +0000 (15:14 -0400)
commita8c8a9aa02fd5df16b719d05fffb5dc961c5a162
tree5b242d7ad1195d5d9c2e625ef722809e873adcc4
parent2202541678442dfbc7b1eb8ac122bfa97b0e387d
ath9k_hw: move LowPower array writes to ar9003_hw_configpcipowersave()

The LowPower array writes disables the PLL when ASPM is enabled.
The host driver makes quite a few calls to ath9k_hw_configpcipowersave()
and these same calls also need to ensure the PLL is off when they issue
it.

Cc: Aeolus Yang <aeolus.yang@atheros.com>
Cc: Madhan Jaganathan <madhan.jaganathan@atheros.com>
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/ar9003_hw.c
drivers/net/wireless/ath/ath9k/hw.c