aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/hw.h
diff options
context:
space:
mode:
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 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);
601u64 ath9k_hw_gettsf64(struct ath_hw *ah); 601u64 ath9k_hw_gettsf64(struct ath_hw *ah);
602void ath9k_hw_settsf64(struct ath_hw *ah, u64 tsf64); 602void ath9k_hw_settsf64(struct ath_hw *ah, u64 tsf64);
603void ath9k_hw_reset_tsf(struct ath_hw *ah); 603void ath9k_hw_reset_tsf(struct ath_hw *ah);
604bool ath9k_hw_set_tsfadjust(struct ath_hw *ah, u32 setting); 604void ath9k_hw_set_tsfadjust(struct ath_hw *ah, u32 setting);
605bool ath9k_hw_setslottime(struct ath_hw *ah, u32 us); 605bool ath9k_hw_setslottime(struct ath_hw *ah, u32 us);
606void ath9k_hw_set11nmac2040(struct ath_hw *ah, enum ath9k_ht_macmode mode); 606void ath9k_hw_set11nmac2040(struct ath_hw *ah, enum ath9k_ht_macmode mode);
607void ath9k_hw_beaconinit(struct ath_hw *ah, u32 next_beacon, u32 beacon_period); 607void ath9k_hw_beaconinit(struct ath_hw *ah, u32 next_beacon, u32 beacon_period);