diff options
author | Luis R. Rodriguez <lrodriguez@atheros.com> | 2010-04-15 17:39:28 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-04-16 15:43:45 -0400 |
commit | b622a720b45def8dce816244a83b82992da4fe20 (patch) | |
tree | 0d9c2d852219a1b53e6387848a24dca97552f58e /drivers/net/wireless/ath/ath9k/mac.h | |
parent | 744d402580f959072f6b805a98745837f185c8e0 (diff) |
ath9k_hw: move AR9002 mac ops to its own file
Signed-off-by: Luis R. Rodriguez <lrodriguez@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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath9k/mac.h b/drivers/net/wireless/ath/ath9k/mac.h index 0d492192de94..eb430c471c5c 100644 --- a/drivers/net/wireless/ath/ath9k/mac.h +++ b/drivers/net/wireless/ath/ath9k/mac.h | |||
@@ -354,7 +354,6 @@ struct ar5416_desc { | |||
354 | #define AR_DestIdxValid 0x40000000 | 354 | #define AR_DestIdxValid 0x40000000 |
355 | #define AR_CTSEnable 0x80000000 | 355 | #define AR_CTSEnable 0x80000000 |
356 | 356 | ||
357 | #define AR_BufLen 0x00000fff | ||
358 | #define AR_TxMore 0x00001000 | 357 | #define AR_TxMore 0x00001000 |
359 | #define AR_DestIdx 0x000fe000 | 358 | #define AR_DestIdx 0x000fe000 |
360 | #define AR_DestIdx_S 13 | 359 | #define AR_DestIdx_S 13 |
@@ -494,7 +493,6 @@ struct ar5416_desc { | |||
494 | 493 | ||
495 | #define AR_RxCTLRsvd00 0xffffffff | 494 | #define AR_RxCTLRsvd00 0xffffffff |
496 | 495 | ||
497 | #define AR_BufLen 0x00000fff | ||
498 | #define AR_RxCtlRsvd00 0x00001000 | 496 | #define AR_RxCtlRsvd00 0x00001000 |
499 | #define AR_RxIntrReq 0x00002000 | 497 | #define AR_RxIntrReq 0x00002000 |
500 | #define AR_RxCtlRsvd01 0xffffc000 | 498 | #define AR_RxCtlRsvd01 0xffffc000 |