diff options
author | Vasanthakumar Thiagarajan <vasanth@atheros.com> | 2010-04-15 17:39:06 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-04-16 15:43:34 -0400 |
commit | 55e82df4be45305bfb5e7ecb877a349ed4da8ed2 (patch) | |
tree | 2db7edcfe8dd360c3df7496a8609e3e67214bcc3 /drivers/net/wireless/ath/ath9k/mac.h | |
parent | 991312d88cb8844e3e1a1e57a72823802da36fcd (diff) |
ath9k_hw: Abstract the routine which returns interrupt status
Also move interrupt related code to mac.c
Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com>
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/mac.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/mac.h | 5 |
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 99f81ebb35bf..7c0d75490211 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); | |||
736 | bool ath9k_hw_stopdmarecv(struct ath_hw *ah); | 736 | bool ath9k_hw_stopdmarecv(struct ath_hw *ah); |
737 | int ath9k_hw_beaconq_setup(struct ath_hw *ah); | 737 | int ath9k_hw_beaconq_setup(struct ath_hw *ah); |
738 | 738 | ||
739 | /* Interrupt Handling */ | ||
740 | bool ath9k_hw_intrpend(struct ath_hw *ah); | ||
741 | enum ath9k_int ath9k_hw_set_interrupts(struct ath_hw *ah, | ||
742 | enum ath9k_int ints); | ||
743 | |||
739 | void ar9002_hw_attach_mac_ops(struct ath_hw *ah); | 744 | void ar9002_hw_attach_mac_ops(struct ath_hw *ah); |
740 | 745 | ||
741 | #endif /* MAC_H */ | 746 | #endif /* MAC_H */ |