diff options
author | Vasanthakumar Thiagarajan <vasanth@atheros.com> | 2010-04-15 17:39:29 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-04-16 15:43:45 -0400 |
commit | 994089db034059f4b545ddef9fab466091894071 (patch) | |
tree | cfd7f40be615d8efd7e44c346ad8b78e0f148152 /drivers/net/wireless/ath/ath9k/mac.h | |
parent | b622a720b45def8dce816244a83b82992da4fe20 (diff) |
ath9k_hw: Fill descriptor abstrations for AR9003
Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com>
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/mac.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/mac.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath9k/mac.h b/drivers/net/wireless/ath/ath9k/mac.h index eb430c471c5c..b591dc27c325 100644 --- a/drivers/net/wireless/ath/ath9k/mac.h +++ b/drivers/net/wireless/ath/ath9k/mac.h | |||
@@ -116,7 +116,10 @@ struct ath_tx_status { | |||
116 | int8_t ts_rssi_ext0; | 116 | int8_t ts_rssi_ext0; |
117 | int8_t ts_rssi_ext1; | 117 | int8_t ts_rssi_ext1; |
118 | int8_t ts_rssi_ext2; | 118 | int8_t ts_rssi_ext2; |
119 | u8 pad[3]; | 119 | u8 qid; |
120 | u16 desc_id; | ||
121 | u8 tid; | ||
122 | u8 pad[2]; | ||
120 | u32 ba_low; | 123 | u32 ba_low; |
121 | u32 ba_high; | 124 | u32 ba_high; |
122 | u32 evm0; | 125 | u32 evm0; |
@@ -260,7 +263,7 @@ struct ath_desc { | |||
260 | #define ATH9K_TXDESC_EXT_AND_CTL 0x0080 | 263 | #define ATH9K_TXDESC_EXT_AND_CTL 0x0080 |
261 | #define ATH9K_TXDESC_VMF 0x0100 | 264 | #define ATH9K_TXDESC_VMF 0x0100 |
262 | #define ATH9K_TXDESC_FRAG_IS_ON 0x0200 | 265 | #define ATH9K_TXDESC_FRAG_IS_ON 0x0200 |
263 | #define ATH9K_TXDESC_CAB 0x0400 | 266 | #define ATH9K_TXDESC_LOWRXCHAIN 0x0400 |
264 | 267 | ||
265 | #define ATH9K_RXDESC_INTREQ 0x0020 | 268 | #define ATH9K_RXDESC_INTREQ 0x0020 |
266 | 269 | ||