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.h1
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);
711void ath9k_hw_putrxbuf(struct ath_hw *ah, u32 rxdp); 711void ath9k_hw_putrxbuf(struct ath_hw *ah, u32 rxdp);
712void ath9k_hw_startpcureceive(struct ath_hw *ah); 712void ath9k_hw_startpcureceive(struct ath_hw *ah);
713void ath9k_hw_stoppcurecv(struct ath_hw *ah); 713void ath9k_hw_stoppcurecv(struct ath_hw *ah);
714void ath9k_hw_abortpcurecv(struct ath_hw *ah);
714bool ath9k_hw_stopdmarecv(struct ath_hw *ah); 715bool ath9k_hw_stopdmarecv(struct ath_hw *ah);
715int ath9k_hw_beaconq_setup(struct ath_hw *ah); 716int ath9k_hw_beaconq_setup(struct ath_hw *ah);
716 717