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 05e4f8bc566b..2432edcabafb 100644
--- a/drivers/net/wireless/ath/ath9k/hw.h
+++ b/drivers/net/wireless/ath/ath9k/hw.h
@@ -653,7 +653,7 @@ void ath9k_hw_beaconinit(struct ath_hw *ah, u32 next_beacon, u32 beacon_period);
653void ath9k_hw_set_sta_beacon_timers(struct ath_hw *ah, 653void ath9k_hw_set_sta_beacon_timers(struct ath_hw *ah,
654 const struct ath9k_beacon_state *bs); 654 const struct ath9k_beacon_state *bs);
655 655
656bool ath9k_hw_setpower_nolock(struct ath_hw *ah, enum ath9k_power_mode mode); 656bool ath9k_hw_setpower(struct ath_hw *ah, enum ath9k_power_mode mode);
657 657
658void ath9k_hw_configpcipowersave(struct ath_hw *ah, int restore, int power_off); 658void ath9k_hw_configpcipowersave(struct ath_hw *ah, int restore, int power_off);
659 659