diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/mac.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/mac.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/net/wireless/ath/ath9k/mac.h b/drivers/net/wireless/ath/ath9k/mac.h index 11dbd1473a13..21c955609e6c 100644 --- a/drivers/net/wireless/ath/ath9k/mac.h +++ b/drivers/net/wireless/ath/ath9k/mac.h | |||
@@ -583,8 +583,7 @@ enum ath9k_tx_queue { | |||
583 | #define ATH9K_WME_UPSD 4 | 583 | #define ATH9K_WME_UPSD 4 |
584 | 584 | ||
585 | enum ath9k_tx_queue_flags { | 585 | enum ath9k_tx_queue_flags { |
586 | TXQ_FLAG_TXOKINT_ENABLE = 0x0001, | 586 | TXQ_FLAG_TXINT_ENABLE = 0x0001, |
587 | TXQ_FLAG_TXERRINT_ENABLE = 0x0001, | ||
588 | TXQ_FLAG_TXDESCINT_ENABLE = 0x0002, | 587 | TXQ_FLAG_TXDESCINT_ENABLE = 0x0002, |
589 | TXQ_FLAG_TXEOLINT_ENABLE = 0x0004, | 588 | TXQ_FLAG_TXEOLINT_ENABLE = 0x0004, |
590 | TXQ_FLAG_TXURNINT_ENABLE = 0x0008, | 589 | TXQ_FLAG_TXURNINT_ENABLE = 0x0008, |
@@ -714,7 +713,6 @@ u32 ath9k_hw_numtxpending(struct ath_hw *ah, u32 q); | |||
714 | bool ath9k_hw_updatetxtriglevel(struct ath_hw *ah, bool bIncTrigLevel); | 713 | bool ath9k_hw_updatetxtriglevel(struct ath_hw *ah, bool bIncTrigLevel); |
715 | bool ath9k_hw_stop_dma_queue(struct ath_hw *ah, u32 q); | 714 | bool ath9k_hw_stop_dma_queue(struct ath_hw *ah, u32 q); |
716 | void ath9k_hw_abort_tx_dma(struct ath_hw *ah); | 715 | void ath9k_hw_abort_tx_dma(struct ath_hw *ah); |
717 | void ath9k_hw_gettxintrtxqs(struct ath_hw *ah, u32 *txqs); | ||
718 | bool ath9k_hw_set_txq_props(struct ath_hw *ah, int q, | 716 | bool ath9k_hw_set_txq_props(struct ath_hw *ah, int q, |
719 | const struct ath9k_tx_queue_info *qinfo); | 717 | const struct ath9k_tx_queue_info *qinfo); |
720 | bool ath9k_hw_get_txq_props(struct ath_hw *ah, int q, | 718 | bool ath9k_hw_get_txq_props(struct ath_hw *ah, int q, |