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 d4aaf4f8db29..e83e900e2750 100644 --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h | |||
@@ -601,7 +601,7 @@ void ath9k_hw_write_associd(struct ath_softc *sc); | |||
601 | u64 ath9k_hw_gettsf64(struct ath_hw *ah); | 601 | u64 ath9k_hw_gettsf64(struct ath_hw *ah); |
602 | void ath9k_hw_settsf64(struct ath_hw *ah, u64 tsf64); | 602 | void ath9k_hw_settsf64(struct ath_hw *ah, u64 tsf64); |
603 | void ath9k_hw_reset_tsf(struct ath_hw *ah); | 603 | void ath9k_hw_reset_tsf(struct ath_hw *ah); |
604 | bool ath9k_hw_set_tsfadjust(struct ath_hw *ah, u32 setting); | 604 | void ath9k_hw_set_tsfadjust(struct ath_hw *ah, u32 setting); |
605 | bool ath9k_hw_setslottime(struct ath_hw *ah, u32 us); | 605 | bool ath9k_hw_setslottime(struct ath_hw *ah, u32 us); |
606 | void ath9k_hw_set11nmac2040(struct ath_hw *ah, enum ath9k_ht_macmode mode); | 606 | void ath9k_hw_set11nmac2040(struct ath_hw *ah, enum ath9k_ht_macmode mode); |
607 | void ath9k_hw_beaconinit(struct ath_hw *ah, u32 next_beacon, u32 beacon_period); | 607 | void ath9k_hw_beaconinit(struct ath_hw *ah, u32 next_beacon, u32 beacon_period); |