diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hw.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h index 366f088dc15d..e5b72262fd96 100644 --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h | |||
@@ -157,6 +157,13 @@ | |||
157 | #define PAPRD_GAIN_TABLE_ENTRIES 32 | 157 | #define PAPRD_GAIN_TABLE_ENTRIES 32 |
158 | #define PAPRD_TABLE_SZ 24 | 158 | #define PAPRD_TABLE_SZ 24 |
159 | 159 | ||
160 | enum ath_hw_txq_subtype { | ||
161 | ATH_TXQ_AC_BE = 0, | ||
162 | ATH_TXQ_AC_BK = 1, | ||
163 | ATH_TXQ_AC_VI = 2, | ||
164 | ATH_TXQ_AC_VO = 3, | ||
165 | }; | ||
166 | |||
160 | enum ath_ini_subsys { | 167 | enum ath_ini_subsys { |
161 | ATH_INI_PRE = 0, | 168 | ATH_INI_PRE = 0, |
162 | ATH_INI_CORE, | 169 | ATH_INI_CORE, |