diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hw.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.h | 2 |
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 7b15ff6f4b0b..dd0c146d81dc 100644 --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h | |||
@@ -994,7 +994,7 @@ u32 ath9k_hw_gettsf32(struct ath_hw *ah); | |||
994 | u64 ath9k_hw_gettsf64(struct ath_hw *ah); | 994 | u64 ath9k_hw_gettsf64(struct ath_hw *ah); |
995 | void ath9k_hw_settsf64(struct ath_hw *ah, u64 tsf64); | 995 | void ath9k_hw_settsf64(struct ath_hw *ah, u64 tsf64); |
996 | void ath9k_hw_reset_tsf(struct ath_hw *ah); | 996 | void ath9k_hw_reset_tsf(struct ath_hw *ah); |
997 | void ath9k_hw_set_tsfadjust(struct ath_hw *ah, u32 setting); | 997 | void ath9k_hw_set_tsfadjust(struct ath_hw *ah, bool set); |
998 | void ath9k_hw_init_global_settings(struct ath_hw *ah); | 998 | void ath9k_hw_init_global_settings(struct ath_hw *ah); |
999 | u32 ar9003_get_pll_sqsum_dvc(struct ath_hw *ah); | 999 | u32 ar9003_get_pll_sqsum_dvc(struct ath_hw *ah); |
1000 | void ath9k_hw_set11nmac2040(struct ath_hw *ah); | 1000 | void ath9k_hw_set11nmac2040(struct ath_hw *ah); |