diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hw.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h index 6a6fb5439831..818acdd1ba90 100644 --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h | |||
@@ -45,6 +45,7 @@ | |||
45 | #define AR9300_DEVID_PCIE 0x0030 | 45 | #define AR9300_DEVID_PCIE 0x0030 |
46 | #define AR9300_DEVID_AR9340 0x0031 | 46 | #define AR9300_DEVID_AR9340 0x0031 |
47 | #define AR9300_DEVID_AR9485_PCIE 0x0032 | 47 | #define AR9300_DEVID_AR9485_PCIE 0x0032 |
48 | #define AR9300_DEVID_AR9330 0x0035 | ||
48 | 49 | ||
49 | #define AR5416_AR9100_DEVID 0x000b | 50 | #define AR5416_AR9100_DEVID 0x000b |
50 | 51 | ||
@@ -157,8 +158,9 @@ | |||
157 | #define ATH9K_HW_RX_HP_QDEPTH 16 | 158 | #define ATH9K_HW_RX_HP_QDEPTH 16 |
158 | #define ATH9K_HW_RX_LP_QDEPTH 128 | 159 | #define ATH9K_HW_RX_LP_QDEPTH 128 |
159 | 160 | ||
160 | #define PAPRD_GAIN_TABLE_ENTRIES 32 | 161 | #define PAPRD_GAIN_TABLE_ENTRIES 32 |
161 | #define PAPRD_TABLE_SZ 24 | 162 | #define PAPRD_TABLE_SZ 24 |
163 | #define PAPRD_IDEAL_AGC2_PWR_RANGE 0xe0 | ||
162 | 164 | ||
163 | enum ath_hw_txq_subtype { | 165 | enum ath_hw_txq_subtype { |
164 | ATH_TXQ_AC_BE = 0, | 166 | ATH_TXQ_AC_BE = 0, |
@@ -860,6 +862,8 @@ struct ath_hw { | |||
860 | u32 ent_mode; | 862 | u32 ent_mode; |
861 | 863 | ||
862 | bool is_clk_25mhz; | 864 | bool is_clk_25mhz; |
865 | int (*get_mac_revision)(void); | ||
866 | int (*external_reset)(void); | ||
863 | }; | 867 | }; |
864 | 868 | ||
865 | struct ath_bus_ops { | 869 | struct ath_bus_ops { |