diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-07-11 14:48:43 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-07-13 00:05:38 +0400 |
commit | e5cbef96cf8bf9967605a1b75b115f4b7efa7bc4 (patch) | |
tree | 127179637f125158d2a3c801293854cc761fa6fd /drivers/net/wireless/ath/ath9k/ar9003_mac.h | |
parent | 9cc2f3e881dcda5466c55ffe8dd0a9d1433469cb (diff) | |
download | linux-e5cbef96cf8bf9967605a1b75b115f4b7efa7bc4.tar.xz |
ath9k_hw: report the TID in the tx status on AR5008-AR9002
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/ar9003_mac.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ar9003_mac.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ar9003_mac.h b/drivers/net/wireless/ath/ath9k/ar9003_mac.h index f76f27d16f77..9f2cea70a840 100644 --- a/drivers/net/wireless/ath/ath9k/ar9003_mac.h +++ b/drivers/net/wireless/ath/ath9k/ar9003_mac.h @@ -33,9 +33,6 @@ #define AR_TxDescId_S 16 #define AR_TxPtrChkSum 0x0000ffff -#define AR_TxTid 0xf0000000 -#define AR_TxTid_S 28 - #define AR_LowRxChain 0x00004000 #define AR_Not_Sounding 0x20000000 |