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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h
index 8158e8e6a53d..a78e09bab431 100644
--- a/drivers/net/wireless/ath/ath9k/hw.h
+++ b/drivers/net/wireless/ath/ath9k/hw.h
@@ -869,6 +869,7 @@ void ath9k_hw_set11nmac2040(struct ath_hw *ah);
869void ath9k_hw_beaconinit(struct ath_hw *ah, u32 next_beacon, u32 beacon_period); 869void ath9k_hw_beaconinit(struct ath_hw *ah, u32 next_beacon, u32 beacon_period);
870void ath9k_hw_set_sta_beacon_timers(struct ath_hw *ah, 870void ath9k_hw_set_sta_beacon_timers(struct ath_hw *ah,
871 const struct ath9k_beacon_state *bs); 871 const struct ath9k_beacon_state *bs);
872bool ath9k_hw_check_alive(struct ath_hw *ah);
872 873
873bool ath9k_hw_setpower(struct ath_hw *ah, enum ath9k_power_mode mode); 874bool ath9k_hw_setpower(struct ath_hw *ah, enum ath9k_power_mode mode);
874 875