diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hw.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h index dd4b8f4097c8..8535f76699af 100644 --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h | |||
@@ -923,6 +923,8 @@ void ath9k_hw_set_gpio(struct ath_hw *ah, u32 gpio, u32 val); | |||
923 | void ath9k_hw_setantenna(struct ath_hw *ah, u32 antenna); | 923 | void ath9k_hw_setantenna(struct ath_hw *ah, u32 antenna); |
924 | 924 | ||
925 | /* General Operation */ | 925 | /* General Operation */ |
926 | void ath9k_hw_synth_delay(struct ath_hw *ah, struct ath9k_channel *chan, | ||
927 | int hw_delay); | ||
926 | bool ath9k_hw_wait(struct ath_hw *ah, u32 reg, u32 mask, u32 val, u32 timeout); | 928 | bool ath9k_hw_wait(struct ath_hw *ah, u32 reg, u32 mask, u32 val, u32 timeout); |
927 | void ath9k_hw_write_array(struct ath_hw *ah, struct ar5416IniArray *array, | 929 | void ath9k_hw_write_array(struct ath_hw *ah, struct ar5416IniArray *array, |
928 | int column, unsigned int *writecnt); | 930 | int column, unsigned int *writecnt); |
@@ -959,7 +961,8 @@ bool ath9k_hw_setpower(struct ath_hw *ah, enum ath9k_power_mode mode); | |||
959 | #ifdef CONFIG_ATH9K_DEBUGFS | 961 | #ifdef CONFIG_ATH9K_DEBUGFS |
960 | void ath9k_debug_sync_cause(struct ath_common *common, u32 sync_cause); | 962 | void ath9k_debug_sync_cause(struct ath_common *common, u32 sync_cause); |
961 | #else | 963 | #else |
962 | static void ath9k_debug_sync_cause(struct ath_common *common, u32 sync_cause) {} | 964 | static inline void ath9k_debug_sync_cause(struct ath_common *common, |
965 | u32 sync_cause) {} | ||
963 | #endif | 966 | #endif |
964 | 967 | ||
965 | /* Generic hw timer primitives */ | 968 | /* Generic hw timer primitives */ |