aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/hw.h
diff options
context:
space:
mode:
authorSenthil Balasubramanian <senthilkumar@atheros.com>2011-04-22 02:02:12 -0400
committerJohn W. Linville <linville@tuxdriver.com>2011-04-25 14:50:19 -0400
commitb84628eb574f04db714d34276383edbe6d8bfd96 (patch)
tree485e166a6f1266348b8ae2eef83b869e0e53f7a6 /drivers/net/wireless/ath/ath9k/hw.h
parent9eab61c2bff2f769ee771a7a9301fb720cec9b56 (diff)
ath9k: Add power save wrappers and modularize hw_pll handler
We should protect hw_pll handler with power save wrappers and also modularize hw_pll handler properly for better readability. Also add a debug message to track chip resets on pll hang condition. Signed-off-by: Senthil Balasubramanian <senthilkumar@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hw.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/hw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h
index 29a745c59e63..6a028bd67116 100644
--- a/drivers/net/wireless/ath/ath9k/hw.h
+++ b/drivers/net/wireless/ath/ath9k/hw.h
@@ -932,7 +932,7 @@ void ath9k_hw_settsf64(struct ath_hw *ah, u64 tsf64);
932void ath9k_hw_reset_tsf(struct ath_hw *ah); 932void ath9k_hw_reset_tsf(struct ath_hw *ah);
933void ath9k_hw_set_tsfadjust(struct ath_hw *ah, u32 setting); 933void ath9k_hw_set_tsfadjust(struct ath_hw *ah, u32 setting);
934void ath9k_hw_init_global_settings(struct ath_hw *ah); 934void ath9k_hw_init_global_settings(struct ath_hw *ah);
935unsigned long ar9003_get_pll_sqsum_dvc(struct ath_hw *ah); 935u32 ar9003_get_pll_sqsum_dvc(struct ath_hw *ah);
936void ath9k_hw_set11nmac2040(struct ath_hw *ah); 936void ath9k_hw_set11nmac2040(struct ath_hw *ah);
937void ath9k_hw_beaconinit(struct ath_hw *ah, u32 next_beacon, u32 beacon_period); 937void ath9k_hw_beaconinit(struct ath_hw *ah, u32 next_beacon, u32 beacon_period);
938void ath9k_hw_set_sta_beacon_timers(struct ath_hw *ah, 938void ath9k_hw_set_sta_beacon_timers(struct ath_hw *ah,