diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hw.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h index 6a6fb5439831..66d2225b95f3 100644 --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h | |||
@@ -157,8 +157,9 @@ | |||
157 | #define ATH9K_HW_RX_HP_QDEPTH 16 | 157 | #define ATH9K_HW_RX_HP_QDEPTH 16 |
158 | #define ATH9K_HW_RX_LP_QDEPTH 128 | 158 | #define ATH9K_HW_RX_LP_QDEPTH 128 |
159 | 159 | ||
160 | #define PAPRD_GAIN_TABLE_ENTRIES 32 | 160 | #define PAPRD_GAIN_TABLE_ENTRIES 32 |
161 | #define PAPRD_TABLE_SZ 24 | 161 | #define PAPRD_TABLE_SZ 24 |
162 | #define PAPRD_IDEAL_AGC2_PWR_RANGE 0xe0 | ||
162 | 163 | ||
163 | enum ath_hw_txq_subtype { | 164 | enum ath_hw_txq_subtype { |
164 | ATH_TXQ_AC_BE = 0, | 165 | ATH_TXQ_AC_BE = 0, |