diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hw-ops.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw-ops.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw-ops.h b/drivers/net/wireless/ath/ath9k/hw-ops.h index 4f9378ddf07f..cc58a8ee1223 100644 --- a/drivers/net/wireless/ath/ath9k/hw-ops.h +++ b/drivers/net/wireless/ath/ath9k/hw-ops.h | |||
@@ -49,9 +49,10 @@ static inline bool ath9k_hw_calibrate(struct ath_hw *ah, | |||
49 | return ath9k_hw_ops(ah)->calibrate(ah, chan, rxchainmask, longcal); | 49 | return ath9k_hw_ops(ah)->calibrate(ah, chan, rxchainmask, longcal); |
50 | } | 50 | } |
51 | 51 | ||
52 | static inline bool ath9k_hw_getisr(struct ath_hw *ah, enum ath9k_int *masked) | 52 | static inline bool ath9k_hw_getisr(struct ath_hw *ah, enum ath9k_int *masked, |
53 | u32 *sync_cause_p) | ||
53 | { | 54 | { |
54 | return ath9k_hw_ops(ah)->get_isr(ah, masked); | 55 | return ath9k_hw_ops(ah)->get_isr(ah, masked, sync_cause_p); |
55 | } | 56 | } |
56 | 57 | ||
57 | static inline void ath9k_hw_set_txdesc(struct ath_hw *ah, void *ds, | 58 | static inline void ath9k_hw_set_txdesc(struct ath_hw *ah, void *ds, |