aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/mac.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/mac.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/mac.h b/drivers/net/wireless/ath/ath9k/mac.h
index 99f81ebb35b..7c0d7549021 100644
--- a/drivers/net/wireless/ath/ath9k/mac.h
+++ b/drivers/net/wireless/ath/ath9k/mac.h
@@ -736,6 +736,11 @@ void ath9k_hw_stoppcurecv(struct ath_hw *ah);
736bool ath9k_hw_stopdmarecv(struct ath_hw *ah); 736bool ath9k_hw_stopdmarecv(struct ath_hw *ah);
737int ath9k_hw_beaconq_setup(struct ath_hw *ah); 737int ath9k_hw_beaconq_setup(struct ath_hw *ah);
738 738
739/* Interrupt Handling */
740bool ath9k_hw_intrpend(struct ath_hw *ah);
741enum ath9k_int ath9k_hw_set_interrupts(struct ath_hw *ah,
742 enum ath9k_int ints);
743
739void ar9002_hw_attach_mac_ops(struct ath_hw *ah); 744void ar9002_hw_attach_mac_ops(struct ath_hw *ah);
740 745
741#endif /* MAC_H */ 746#endif /* MAC_H */