diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2009-08-07 00:15:09 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-08-14 09:12:48 -0400 |
commit | 54e4cec69e70ba30aec68650fb95b3a7e1e6dc18 (patch) | |
tree | 78159e30f1b5cb00bc71fd2b78e398bb0b4df23e /drivers/net/wireless/ath/ath9k/hw.h | |
parent | 87b5bee86d281383ac2e5cae20ec47afa8fa374a (diff) |
ath9k: Cleanup function return types
Signed-off-by: Sujith <Sujith.Manoharan@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.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); |