#ifndef AR9003_MAC_H
#define AR9003_MAC_H
#define AR_DescId …
#define AR_DescId_S …
#define AR_CtrlStat …
#define AR_CtrlStat_S …
#define AR_TxRxDesc …
#define AR_TxRxDesc_S …
#define AR_TxQcuNum …
#define AR_TxQcuNum_S …
#define AR_BufLen …
#define AR_BufLen_S …
#define AR_TxDescId …
#define AR_TxDescId_S …
#define AR_TxPtrChkSum …
#define AR_LowRxChain …
#define AR_Not_Sounding …
#define AR_PAPRDChainMask …
#define AR_PAPRDChainMask_S …
#define MAP_ISR_S2_CST …
#define MAP_ISR_S2_GTT …
#define MAP_ISR_S2_TIM …
#define MAP_ISR_S2_CABEND …
#define MAP_ISR_S2_DTIMSYNC …
#define MAP_ISR_S2_DTIM …
#define MAP_ISR_S2_TSFOOR …
#define MAP_ISR_S2_BB_WATCHDOG …
#define AR9003TXC_CONST(_ds) …
struct ar9003_rxs { … } __packed __aligned(…);
struct ar9003_txc { … } __packed __aligned(…);
struct ar9003_txs { … } __packed __aligned(…);
void ar9003_hw_attach_mac_ops(struct ath_hw *hw);
void ath9k_hw_set_rx_bufsize(struct ath_hw *ah, u16 buf_size);
void ath9k_hw_addrxbuf_edma(struct ath_hw *ah, u32 rxdp,
enum ath9k_rx_qtype qtype);
int ath9k_hw_process_rxdesc_edma(struct ath_hw *ah,
struct ath_rx_status *rxs,
void *buf_addr);
void ath9k_hw_reset_txstatus_ring(struct ath_hw *ah);
void ath9k_hw_setup_statusring(struct ath_hw *ah, void *ts_start,
u32 ts_paddr_start,
u16 size);
#endif