diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/mac.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/mac.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/mac.h b/drivers/net/wireless/ath/ath9k/mac.h index 346d84a7b93..68eb8d0b92e 100644 --- a/drivers/net/wireless/ath/ath9k/mac.h +++ b/drivers/net/wireless/ath/ath9k/mac.h | |||
@@ -711,6 +711,7 @@ bool ath9k_hw_setrxabort(struct ath_hw *ah, bool set); | |||
711 | void ath9k_hw_putrxbuf(struct ath_hw *ah, u32 rxdp); | 711 | void ath9k_hw_putrxbuf(struct ath_hw *ah, u32 rxdp); |
712 | void ath9k_hw_startpcureceive(struct ath_hw *ah); | 712 | void ath9k_hw_startpcureceive(struct ath_hw *ah); |
713 | void ath9k_hw_stoppcurecv(struct ath_hw *ah); | 713 | void ath9k_hw_stoppcurecv(struct ath_hw *ah); |
714 | void ath9k_hw_abortpcurecv(struct ath_hw *ah); | ||
714 | bool ath9k_hw_stopdmarecv(struct ath_hw *ah); | 715 | bool ath9k_hw_stopdmarecv(struct ath_hw *ah); |
715 | int ath9k_hw_beaconq_setup(struct ath_hw *ah); | 716 | int ath9k_hw_beaconq_setup(struct ath_hw *ah); |
716 | 717 | ||