diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/mac.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/mac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/mac.h b/drivers/net/wireless/ath/ath9k/mac.h index 8e848c4d16ba..153859ccc2a1 100644 --- a/drivers/net/wireless/ath/ath9k/mac.h +++ b/drivers/net/wireless/ath/ath9k/mac.h | |||
@@ -687,7 +687,7 @@ int ath9k_hw_setuptxqueue(struct ath_hw *ah, enum ath9k_tx_queue type, | |||
687 | bool ath9k_hw_releasetxqueue(struct ath_hw *ah, u32 q); | 687 | bool ath9k_hw_releasetxqueue(struct ath_hw *ah, u32 q); |
688 | bool ath9k_hw_resettxqueue(struct ath_hw *ah, u32 q); | 688 | bool ath9k_hw_resettxqueue(struct ath_hw *ah, u32 q); |
689 | int ath9k_hw_rxprocdesc(struct ath_hw *ah, struct ath_desc *ds, | 689 | int ath9k_hw_rxprocdesc(struct ath_hw *ah, struct ath_desc *ds, |
690 | struct ath_rx_status *rs, u64 tsf); | 690 | struct ath_rx_status *rs); |
691 | void ath9k_hw_setuprxdesc(struct ath_hw *ah, struct ath_desc *ds, | 691 | void ath9k_hw_setuprxdesc(struct ath_hw *ah, struct ath_desc *ds, |
692 | u32 size, u32 flags); | 692 | u32 size, u32 flags); |
693 | bool ath9k_hw_setrxabort(struct ath_hw *ah, bool set); | 693 | bool ath9k_hw_setrxabort(struct ath_hw *ah, bool set); |