Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Enumerations | Functions | Variables
mac.h File Reference

Go to the source code of this file.

Data Structures

struct  ath_tx_status
 
struct  ath_rx_status
 
struct  ath_htc_rx_status
 
struct  ath_desc
 
struct  ar5416_desc
 
struct  ath9k_tx_queue_info
 
struct  ath9k_11n_rate_series
 
struct  ath_tx_info
 

Macros

#define set11nTries(_series, _index)   (SM((_series)[_index].Tries, AR_XmitDataTries##_index))
 
#define set11nRate(_series, _index)   (SM((_series)[_index].Rate, AR_XmitRate##_index))
 
#define set11nPktDurRTSCTS(_series, _index)
 
#define set11nRateFlags(_series, _index)
 
#define CCK_SIFS_TIME   10
 
#define CCK_PREAMBLE_BITS   144
 
#define CCK_PLCP_BITS   48
 
#define OFDM_SIFS_TIME   16
 
#define OFDM_PREAMBLE_TIME   20
 
#define OFDM_PLCP_BITS   22
 
#define OFDM_SYMBOL_TIME   4
 
#define OFDM_SIFS_TIME_HALF   32
 
#define OFDM_PREAMBLE_TIME_HALF   40
 
#define OFDM_PLCP_BITS_HALF   22
 
#define OFDM_SYMBOL_TIME_HALF   8
 
#define OFDM_SIFS_TIME_QUARTER   64
 
#define OFDM_PREAMBLE_TIME_QUARTER   80
 
#define OFDM_PLCP_BITS_QUARTER   22
 
#define OFDM_SYMBOL_TIME_QUARTER   16
 
#define INIT_AIFS   2
 
#define INIT_CWMIN   15
 
#define INIT_CWMIN_11B   31
 
#define INIT_CWMAX   1023
 
#define INIT_SH_RETRY   10
 
#define INIT_LG_RETRY   10
 
#define INIT_SSH_RETRY   32
 
#define INIT_SLG_RETRY   32
 
#define ATH9K_SLOT_TIME_6   6
 
#define ATH9K_SLOT_TIME_9   9
 
#define ATH9K_SLOT_TIME_20   20
 
#define ATH9K_TXERR_XRETRY   0x01
 
#define ATH9K_TXERR_FILT   0x02
 
#define ATH9K_TXERR_FIFO   0x04
 
#define ATH9K_TXERR_XTXOP   0x08
 
#define ATH9K_TXERR_TIMER_EXPIRED   0x10
 
#define ATH9K_TX_ACKED   0x20
 
#define ATH9K_TX_FLUSH   0x40
 
#define ATH9K_TXERR_MASK
 
#define ATH9K_TX_BA   0x01
 
#define ATH9K_TX_PWRMGMT   0x02
 
#define ATH9K_TX_DESC_CFG_ERR   0x04
 
#define ATH9K_TX_DATA_UNDERRUN   0x08
 
#define ATH9K_TX_DELIM_UNDERRUN   0x10
 
#define ATH9K_TX_SW_FILTERED   0x80
 
#define MIN_TX_FIFO_THRESHOLD   0x1
 
#define MAX_TX_FIFO_THRESHOLD   ((4096 / 64) - 1)
 
#define ATH9K_RXERR_CRC   0x01
 
#define ATH9K_RXERR_PHY   0x02
 
#define ATH9K_RXERR_FIFO   0x04
 
#define ATH9K_RXERR_DECRYPT   0x08
 
#define ATH9K_RXERR_MIC   0x10
 
#define ATH9K_RXERR_KEYMISS   0x20
 
#define ATH9K_RX_MORE   0x01
 
#define ATH9K_RX_MORE_AGGR   0x02
 
#define ATH9K_RX_GI   0x04
 
#define ATH9K_RX_2040   0x08
 
#define ATH9K_RX_DELIM_CRC_PRE   0x10
 
#define ATH9K_RX_DELIM_CRC_POST   0x20
 
#define ATH9K_RX_DECRYPT_BUSY   0x40
 
#define ATH9K_RXKEYIX_INVALID   ((u8)-1)
 
#define ATH9K_TXKEYIX_INVALID   ((u8)-1)
 
#define ATH9K_TXDESC_NOACK   0x0002
 
#define ATH9K_TXDESC_RTSENA   0x0004
 
#define ATH9K_TXDESC_CTSENA   0x0008
 
#define ATH9K_TXDESC_INTREQ   0x0010
 
#define ATH9K_TXDESC_VEOL   0x0020
 
#define ATH9K_TXDESC_EXT_ONLY   0x0040
 
#define ATH9K_TXDESC_EXT_AND_CTL   0x0080
 
#define ATH9K_TXDESC_VMF   0x0100
 
#define ATH9K_TXDESC_FRAG_IS_ON   0x0200
 
#define ATH9K_TXDESC_LOWRXCHAIN   0x0400
 
#define ATH9K_TXDESC_LDPC   0x0800
 
#define ATH9K_TXDESC_CLRDMASK   0x1000
 
#define ATH9K_TXDESC_PAPRD   0x70000
 
#define ATH9K_TXDESC_PAPRD_S   16
 
#define ATH9K_RXDESC_INTREQ   0x0020
 
#define AR5416DESC(_ds)   ((struct ar5416_desc *)(_ds))
 
#define AR5416DESC_CONST(_ds)   ((const struct ar5416_desc *)(_ds))
 
#define ds_ctl2   u.tx.ctl2
 
#define ds_ctl3   u.tx.ctl3
 
#define ds_ctl4   u.tx.ctl4
 
#define ds_ctl5   u.tx.ctl5
 
#define ds_ctl6   u.tx.ctl6
 
#define ds_ctl7   u.tx.ctl7
 
#define ds_ctl8   u.tx.ctl8
 
#define ds_ctl9   u.tx.ctl9
 
#define ds_ctl10   u.tx.ctl10
 
#define ds_ctl11   u.tx.ctl11
 
#define ds_txstatus0   u.tx.status0
 
#define ds_txstatus1   u.tx.status1
 
#define ds_txstatus2   u.tx.status2
 
#define ds_txstatus3   u.tx.status3
 
#define ds_txstatus4   u.tx.status4
 
#define ds_txstatus5   u.tx.status5
 
#define ds_txstatus6   u.tx.status6
 
#define ds_txstatus7   u.tx.status7
 
#define ds_txstatus8   u.tx.status8
 
#define ds_txstatus9   u.tx.status9
 
#define ds_rxstatus0   u.rx.status0
 
#define ds_rxstatus1   u.rx.status1
 
#define ds_rxstatus2   u.rx.status2
 
#define ds_rxstatus3   u.rx.status3
 
#define ds_rxstatus4   u.rx.status4
 
#define ds_rxstatus5   u.rx.status5
 
#define ds_rxstatus6   u.rx.status6
 
#define ds_rxstatus7   u.rx.status7
 
#define ds_rxstatus8   u.rx.status8
 
#define AR_FrameLen   0x00000fff
 
#define AR_VirtMoreFrag   0x00001000
 
#define AR_TxCtlRsvd00   0x0000e000
 
#define AR_XmitPower   0x003f0000
 
#define AR_XmitPower_S   16
 
#define AR_RTSEnable   0x00400000
 
#define AR_VEOL   0x00800000
 
#define AR_ClrDestMask   0x01000000
 
#define AR_TxCtlRsvd01   0x1e000000
 
#define AR_TxIntrReq   0x20000000
 
#define AR_DestIdxValid   0x40000000
 
#define AR_CTSEnable   0x80000000
 
#define AR_TxMore   0x00001000
 
#define AR_DestIdx   0x000fe000
 
#define AR_DestIdx_S   13
 
#define AR_FrameType   0x00f00000
 
#define AR_FrameType_S   20
 
#define AR_NoAck   0x01000000
 
#define AR_InsertTS   0x02000000
 
#define AR_CorruptFCS   0x04000000
 
#define AR_ExtOnly   0x08000000
 
#define AR_ExtAndCtl   0x10000000
 
#define AR_MoreAggr   0x20000000
 
#define AR_IsAggr   0x40000000
 
#define AR_BurstDur   0x00007fff
 
#define AR_BurstDur_S   0
 
#define AR_DurUpdateEna   0x00008000
 
#define AR_XmitDataTries0   0x000f0000
 
#define AR_XmitDataTries0_S   16
 
#define AR_XmitDataTries1   0x00f00000
 
#define AR_XmitDataTries1_S   20
 
#define AR_XmitDataTries2   0x0f000000
 
#define AR_XmitDataTries2_S   24
 
#define AR_XmitDataTries3   0xf0000000
 
#define AR_XmitDataTries3_S   28
 
#define AR_XmitRate0   0x000000ff
 
#define AR_XmitRate0_S   0
 
#define AR_XmitRate1   0x0000ff00
 
#define AR_XmitRate1_S   8
 
#define AR_XmitRate2   0x00ff0000
 
#define AR_XmitRate2_S   16
 
#define AR_XmitRate3   0xff000000
 
#define AR_XmitRate3_S   24
 
#define AR_PacketDur0   0x00007fff
 
#define AR_PacketDur0_S   0
 
#define AR_RTSCTSQual0   0x00008000
 
#define AR_PacketDur1   0x7fff0000
 
#define AR_PacketDur1_S   16
 
#define AR_RTSCTSQual1   0x80000000
 
#define AR_PacketDur2   0x00007fff
 
#define AR_PacketDur2_S   0
 
#define AR_RTSCTSQual2   0x00008000
 
#define AR_PacketDur3   0x7fff0000
 
#define AR_PacketDur3_S   16
 
#define AR_RTSCTSQual3   0x80000000
 
#define AR_AggrLen   0x0000ffff
 
#define AR_AggrLen_S   0
 
#define AR_TxCtlRsvd60   0x00030000
 
#define AR_PadDelim   0x03fc0000
 
#define AR_PadDelim_S   18
 
#define AR_EncrType   0x0c000000
 
#define AR_EncrType_S   26
 
#define AR_TxCtlRsvd61   0xf0000000
 
#define AR_LDPC   0x80000000
 
#define AR_2040_0   0x00000001
 
#define AR_GI0   0x00000002
 
#define AR_ChainSel0   0x0000001c
 
#define AR_ChainSel0_S   2
 
#define AR_2040_1   0x00000020
 
#define AR_GI1   0x00000040
 
#define AR_ChainSel1   0x00000380
 
#define AR_ChainSel1_S   7
 
#define AR_2040_2   0x00000400
 
#define AR_GI2   0x00000800
 
#define AR_ChainSel2   0x00007000
 
#define AR_ChainSel2_S   12
 
#define AR_2040_3   0x00008000
 
#define AR_GI3   0x00010000
 
#define AR_ChainSel3   0x000e0000
 
#define AR_ChainSel3_S   17
 
#define AR_RTSCTSRate   0x0ff00000
 
#define AR_RTSCTSRate_S   20
 
#define AR_STBC0   0x10000000
 
#define AR_STBC1   0x20000000
 
#define AR_STBC2   0x40000000
 
#define AR_STBC3   0x80000000
 
#define AR_TxRSSIAnt00   0x000000ff
 
#define AR_TxRSSIAnt00_S   0
 
#define AR_TxRSSIAnt01   0x0000ff00
 
#define AR_TxRSSIAnt01_S   8
 
#define AR_TxRSSIAnt02   0x00ff0000
 
#define AR_TxRSSIAnt02_S   16
 
#define AR_TxStatusRsvd00   0x3f000000
 
#define AR_TxBaStatus   0x40000000
 
#define AR_TxStatusRsvd01   0x80000000
 
#define AR_FrmXmitOK   0x00000001
 
#define AR_ExcessiveRetries   0x00000002
 
#define AR_FIFOUnderrun   0x00000004
 
#define AR_Filtered   0x00000008
 
#define AR_RTSFailCnt   0x000000f0
 
#define AR_RTSFailCnt_S   4
 
#define AR_DataFailCnt   0x00000f00
 
#define AR_DataFailCnt_S   8
 
#define AR_VirtRetryCnt   0x0000f000
 
#define AR_VirtRetryCnt_S   12
 
#define AR_TxDelimUnderrun   0x00010000
 
#define AR_TxDataUnderrun   0x00020000
 
#define AR_DescCfgErr   0x00040000
 
#define AR_TxTimerExpired   0x00080000
 
#define AR_TxStatusRsvd10   0xfff00000
 
#define AR_SendTimestamp   ds_txstatus2
 
#define AR_BaBitmapLow   ds_txstatus3
 
#define AR_BaBitmapHigh   ds_txstatus4
 
#define AR_TxRSSIAnt10   0x000000ff
 
#define AR_TxRSSIAnt10_S   0
 
#define AR_TxRSSIAnt11   0x0000ff00
 
#define AR_TxRSSIAnt11_S   8
 
#define AR_TxRSSIAnt12   0x00ff0000
 
#define AR_TxRSSIAnt12_S   16
 
#define AR_TxRSSICombined   0xff000000
 
#define AR_TxRSSICombined_S   24
 
#define AR_TxTid   0xf0000000
 
#define AR_TxTid_S   28
 
#define AR_TxEVM0   ds_txstatus5
 
#define AR_TxEVM1   ds_txstatus6
 
#define AR_TxEVM2   ds_txstatus7
 
#define AR_TxDone   0x00000001
 
#define AR_SeqNum   0x00001ffe
 
#define AR_SeqNum_S   1
 
#define AR_TxStatusRsvd80   0x0001e000
 
#define AR_TxOpExceeded   0x00020000
 
#define AR_TxStatusRsvd81   0x001c0000
 
#define AR_FinalTxIdx   0x00600000
 
#define AR_FinalTxIdx_S   21
 
#define AR_TxStatusRsvd82   0x01800000
 
#define AR_PowerMgmt   0x02000000
 
#define AR_TxStatusRsvd83   0xfc000000
 
#define AR_RxCTLRsvd00   0xffffffff
 
#define AR_RxCtlRsvd00   0x00001000
 
#define AR_RxIntrReq   0x00002000
 
#define AR_RxCtlRsvd01   0xffffc000
 
#define AR_RxRSSIAnt00   0x000000ff
 
#define AR_RxRSSIAnt00_S   0
 
#define AR_RxRSSIAnt01   0x0000ff00
 
#define AR_RxRSSIAnt01_S   8
 
#define AR_RxRSSIAnt02   0x00ff0000
 
#define AR_RxRSSIAnt02_S   16
 
#define AR_RxRate   0xff000000
 
#define AR_RxRate_S   24
 
#define AR_RxStatusRsvd00   0xff000000
 
#define AR_DataLen   0x00000fff
 
#define AR_RxMore   0x00001000
 
#define AR_NumDelim   0x003fc000
 
#define AR_NumDelim_S   14
 
#define AR_RxStatusRsvd10   0xff800000
 
#define AR_RcvTimestamp   ds_rxstatus2
 
#define AR_GI   0x00000001
 
#define AR_2040   0x00000002
 
#define AR_Parallel40   0x00000004
 
#define AR_Parallel40_S   2
 
#define AR_RxStatusRsvd30   0x000000f8
 
#define AR_RxAntenna   0xffffff00
 
#define AR_RxAntenna_S   8
 
#define AR_RxRSSIAnt10   0x000000ff
 
#define AR_RxRSSIAnt10_S   0
 
#define AR_RxRSSIAnt11   0x0000ff00
 
#define AR_RxRSSIAnt11_S   8
 
#define AR_RxRSSIAnt12   0x00ff0000
 
#define AR_RxRSSIAnt12_S   16
 
#define AR_RxRSSICombined   0xff000000
 
#define AR_RxRSSICombined_S   24
 
#define AR_RxEVM0   ds_rxstatus4
 
#define AR_RxEVM1   ds_rxstatus5
 
#define AR_RxEVM2   ds_rxstatus6
 
#define AR_RxDone   0x00000001
 
#define AR_RxFrameOK   0x00000002
 
#define AR_CRCErr   0x00000004
 
#define AR_DecryptCRCErr   0x00000008
 
#define AR_PHYErr   0x00000010
 
#define AR_MichaelErr   0x00000020
 
#define AR_PreDelimCRCErr   0x00000040
 
#define AR_RxStatusRsvd70   0x00000080
 
#define AR_RxKeyIdxValid   0x00000100
 
#define AR_KeyIdx   0x0000fe00
 
#define AR_KeyIdx_S   9
 
#define AR_PHYErrCode   0x0000ff00
 
#define AR_PHYErrCode_S   8
 
#define AR_RxMoreAggr   0x00010000
 
#define AR_RxAggr   0x00020000
 
#define AR_PostDelimCRCErr   0x00040000
 
#define AR_RxStatusRsvd71   0x3ff80000
 
#define AR_DecryptBusyErr   0x40000000
 
#define AR_KeyMiss   0x80000000
 
#define ATH9K_NUM_TX_QUEUES   10
 
#define ATH9K_WME_UPSD   4
 
#define ATH9K_TXQ_USEDEFAULT   ((u32) -1)
 
#define ATH9K_TXQ_USE_LOCKOUT_BKOFF_DIS   0x00000001
 
#define ATH9K_DECOMP_MASK_SIZE   128
 
#define ATH9K_READY_TIME_LO_BOUND   50
 
#define ATH9K_READY_TIME_HI_BOUND   96
 
#define ATH9K_RATESERIES_RTS_CTS   0x0001
 
#define ATH9K_RATESERIES_2040   0x0002
 
#define ATH9K_RATESERIES_HALFGI   0x0004
 
#define ATH9K_RATESERIES_STBC   0x0008
 

Enumerations

enum  ath9k_phyerr {
  ATH9K_PHYERR_UNDERRUN = 0, ATH9K_PHYERR_TIMING = 1, ATH9K_PHYERR_PARITY = 2, ATH9K_PHYERR_RATE = 3,
  ATH9K_PHYERR_LENGTH = 4, ATH9K_PHYERR_RADAR = 5, ATH9K_PHYERR_SERVICE = 6, ATH9K_PHYERR_TOR = 7,
  ATH9K_PHYERR_OFDM_TIMING = 17, ATH9K_PHYERR_OFDM_SIGNAL_PARITY = 18, ATH9K_PHYERR_OFDM_RATE_ILLEGAL = 19, ATH9K_PHYERR_OFDM_LENGTH_ILLEGAL = 20,
  ATH9K_PHYERR_OFDM_POWER_DROP = 21, ATH9K_PHYERR_OFDM_SERVICE = 22, ATH9K_PHYERR_OFDM_RESTART = 23, ATH9K_PHYERR_FALSE_RADAR_EXT = 24,
  ATH9K_PHYERR_CCK_TIMING = 25, ATH9K_PHYERR_CCK_HEADER_CRC = 26, ATH9K_PHYERR_CCK_RATE_ILLEGAL = 27, ATH9K_PHYERR_CCK_SERVICE = 30,
  ATH9K_PHYERR_CCK_RESTART = 31, ATH9K_PHYERR_CCK_LENGTH_ILLEGAL = 32, ATH9K_PHYERR_CCK_POWER_DROP = 33, ATH9K_PHYERR_HT_CRC_ERROR = 34,
  ATH9K_PHYERR_HT_LENGTH_ILLEGAL = 35, ATH9K_PHYERR_HT_RATE_ILLEGAL = 36, ATH9K_PHYERR_MAX = 37
}
 
enum  ath9k_tx_queue {
  ATH9K_TX_QUEUE_INACTIVE = 0, ATH9K_TX_QUEUE_DATA, ATH9K_TX_QUEUE_BEACON, ATH9K_TX_QUEUE_CAB,
  ATH9K_TX_QUEUE_UAPSD, ATH9K_TX_QUEUE_PSPOLL
}
 
enum  ath9k_tx_queue_flags {
  TXQ_FLAG_TXINT_ENABLE = 0x0001, TXQ_FLAG_TXDESCINT_ENABLE = 0x0002, TXQ_FLAG_TXEOLINT_ENABLE = 0x0004, TXQ_FLAG_TXURNINT_ENABLE = 0x0008,
  TXQ_FLAG_BACKOFF_DISABLE = 0x0010, TXQ_FLAG_COMPRESSION_ENABLE = 0x0020, TXQ_FLAG_RDYTIME_EXP_POLICY_ENABLE = 0x0040, TXQ_FLAG_FRAG_BURST_BACKOFF_ENABLE = 0x0080
}
 
enum  ath9k_pkt_type {
  ATH9K_PKT_TYPE_NORMAL = 0, ATH9K_PKT_TYPE_ATIM, ATH9K_PKT_TYPE_PSPOLL, ATH9K_PKT_TYPE_BEACON,
  ATH9K_PKT_TYPE_PROBE_RESP, ATH9K_PKT_TYPE_CHIRP, ATH9K_PKT_TYPE_GRP_POLL
}
 
enum  ath9k_rx_filter {
  ATH9K_RX_FILTER_UCAST = 0x00000001, ATH9K_RX_FILTER_MCAST = 0x00000002, ATH9K_RX_FILTER_BCAST = 0x00000004, ATH9K_RX_FILTER_CONTROL = 0x00000008,
  ATH9K_RX_FILTER_BEACON = 0x00000010, ATH9K_RX_FILTER_PROM = 0x00000020, ATH9K_RX_FILTER_PROBEREQ = 0x00000080, ATH9K_RX_FILTER_PHYERR = 0x00000100,
  ATH9K_RX_FILTER_MYBEACON = 0x00000200, ATH9K_RX_FILTER_COMP_BAR = 0x00000400, ATH9K_RX_FILTER_COMP_BA = 0x00000800, ATH9K_RX_FILTER_UNCOMP_BA_BAR = 0x00001000,
  ATH9K_RX_FILTER_PSPOLL = 0x00004000, ATH9K_RX_FILTER_PHYRADAR = 0x00002000, ATH9K_RX_FILTER_MCAST_BCAST_ALL = 0x00008000, ATH9K_RX_FILTER_CONTROL_WRAPPER = 0x00080000,
  ATH9K_RX_FILTER_4ADDRESS = 0x00100000
}
 
enum  aggr_type { AGGR_BUF_NONE, AGGR_BUF_FIRST, AGGR_BUF_MIDDLE, AGGR_BUF_LAST }
 
enum  ath9k_key_type { ATH9K_KEY_TYPE_CLEAR, ATH9K_KEY_TYPE_WEP, ATH9K_KEY_TYPE_AES, ATH9K_KEY_TYPE_TKIP }
 

Functions

struct ath_desc __aligned (4)
 
u32 ath9k_hw_gettxbuf (struct ath_hw *ah, u32 q)
 
void ath9k_hw_puttxbuf (struct ath_hw *ah, u32 q, u32 txdp)
 
void ath9k_hw_txstart (struct ath_hw *ah, u32 q)
 
u32 ath9k_hw_numtxpending (struct ath_hw *ah, u32 q)
 
bool ath9k_hw_updatetxtriglevel (struct ath_hw *ah, bool bIncTrigLevel)
 
bool ath9k_hw_stop_dma_queue (struct ath_hw *ah, u32 q)
 
void ath9k_hw_abort_tx_dma (struct ath_hw *ah)
 
bool ath9k_hw_set_txq_props (struct ath_hw *ah, int q, const struct ath9k_tx_queue_info *qinfo)
 
bool ath9k_hw_get_txq_props (struct ath_hw *ah, int q, struct ath9k_tx_queue_info *qinfo)
 
int ath9k_hw_setuptxqueue (struct ath_hw *ah, enum ath9k_tx_queue type, const struct ath9k_tx_queue_info *qinfo)
 
bool ath9k_hw_releasetxqueue (struct ath_hw *ah, u32 q)
 
bool ath9k_hw_resettxqueue (struct ath_hw *ah, u32 q)
 
int ath9k_hw_rxprocdesc (struct ath_hw *ah, struct ath_desc *ds, struct ath_rx_status *rs)
 
void ath9k_hw_setuprxdesc (struct ath_hw *ah, struct ath_desc *ds, u32 size, u32 flags)
 
bool ath9k_hw_setrxabort (struct ath_hw *ah, bool set)
 
void ath9k_hw_putrxbuf (struct ath_hw *ah, u32 rxdp)
 
void ath9k_hw_startpcureceive (struct ath_hw *ah, bool is_scanning)
 
void ath9k_hw_abortpcurecv (struct ath_hw *ah)
 
bool ath9k_hw_stopdmarecv (struct ath_hw *ah, bool *reset)
 
int ath9k_hw_beaconq_setup (struct ath_hw *ah)
 
bool ath9k_hw_intrpend (struct ath_hw *ah)
 
void ath9k_hw_set_interrupts (struct ath_hw *ah)
 
void ath9k_hw_enable_interrupts (struct ath_hw *ah)
 
void ath9k_hw_disable_interrupts (struct ath_hw *ah)
 
void ath9k_hw_kill_interrupts (struct ath_hw *ah)
 
void ar9002_hw_attach_mac_ops (struct ath_hw *ah)
 

Variables

u32 ds_link
 
u32 ds_data
 
u32 ds_ctl0
 
u32 ds_ctl1
 
u32 ds_hw [20]
 
voidds_vdata
 
union {
   struct {
      u32   ctl2
 
      u32   ctl3
 
      u32   ctl4
 
      u32   ctl5
 
      u32   ctl6
 
      u32   ctl7
 
      u32   ctl8
 
      u32   ctl9
 
      u32   ctl10
 
      u32   ctl11
 
      u32   status0
 
      u32   status1
 
      u32   status2
 
      u32   status3
 
      u32   status4
 
      u32   status5
 
      u32   status6
 
      u32   status7
 
      u32   status8
 
      u32   status9
 
   }   tx
 
   struct {
      u32   status0
 
      u32   status1
 
      u32   status2
 
      u32   status3
 
      u32   status4
 
      u32   status5
 
      u32   status6
 
      u32   status7
 
      u32   status8
 
   }   rx
 
u
 
enum ath9k_tx_queue __aligned
 

Macro Definition Documentation

#define AR5416DESC (   _ds)    ((struct ar5416_desc *)(_ds))

Definition at line 314 of file mac.h.

#define AR5416DESC_CONST (   _ds)    ((const struct ar5416_desc *)(_ds))

Definition at line 315 of file mac.h.

#define AR_2040   0x00000002

Definition at line 531 of file mac.h.

#define AR_2040_0   0x00000001

Definition at line 420 of file mac.h.

#define AR_2040_1   0x00000020

Definition at line 424 of file mac.h.

#define AR_2040_2   0x00000400

Definition at line 428 of file mac.h.

#define AR_2040_3   0x00008000

Definition at line 432 of file mac.h.

#define AR_AggrLen   0x0000ffff

Definition at line 410 of file mac.h.

#define AR_AggrLen_S   0

Definition at line 411 of file mac.h.

#define AR_BaBitmapHigh   ds_txstatus4

Definition at line 476 of file mac.h.

#define AR_BaBitmapLow   ds_txstatus3

Definition at line 475 of file mac.h.

#define AR_BurstDur   0x00007fff

Definition at line 375 of file mac.h.

#define AR_BurstDur_S   0

Definition at line 376 of file mac.h.

#define AR_ChainSel0   0x0000001c

Definition at line 422 of file mac.h.

#define AR_ChainSel0_S   2

Definition at line 423 of file mac.h.

#define AR_ChainSel1   0x00000380

Definition at line 426 of file mac.h.

#define AR_ChainSel1_S   7

Definition at line 427 of file mac.h.

#define AR_ChainSel2   0x00007000

Definition at line 430 of file mac.h.

#define AR_ChainSel2_S   12

Definition at line 431 of file mac.h.

#define AR_ChainSel3   0x000e0000

Definition at line 434 of file mac.h.

#define AR_ChainSel3_S   17

Definition at line 435 of file mac.h.

#define AR_ClrDestMask   0x01000000

Definition at line 356 of file mac.h.

#define AR_CorruptFCS   0x04000000

Definition at line 369 of file mac.h.

#define AR_CRCErr   0x00000004

Definition at line 553 of file mac.h.

#define AR_CTSEnable   0x80000000

Definition at line 360 of file mac.h.

#define AR_DataFailCnt   0x00000f00

Definition at line 464 of file mac.h.

#define AR_DataFailCnt_S   8

Definition at line 465 of file mac.h.

#define AR_DataLen   0x00000fff

Definition at line 522 of file mac.h.

#define AR_DecryptBusyErr   0x40000000

Definition at line 568 of file mac.h.

#define AR_DecryptCRCErr   0x00000008

Definition at line 554 of file mac.h.

#define AR_DescCfgErr   0x00040000

Definition at line 470 of file mac.h.

#define AR_DestIdx   0x000fe000

Definition at line 363 of file mac.h.

#define AR_DestIdx_S   13

Definition at line 364 of file mac.h.

#define AR_DestIdxValid   0x40000000

Definition at line 359 of file mac.h.

#define AR_DurUpdateEna   0x00008000

Definition at line 377 of file mac.h.

#define AR_EncrType   0x0c000000

Definition at line 415 of file mac.h.

#define AR_EncrType_S   26

Definition at line 416 of file mac.h.

#define AR_ExcessiveRetries   0x00000002

Definition at line 459 of file mac.h.

#define AR_ExtAndCtl   0x10000000

Definition at line 371 of file mac.h.

#define AR_ExtOnly   0x08000000

Definition at line 370 of file mac.h.

#define AR_FIFOUnderrun   0x00000004

Definition at line 460 of file mac.h.

#define AR_Filtered   0x00000008

Definition at line 461 of file mac.h.

#define AR_FinalTxIdx   0x00600000

Definition at line 500 of file mac.h.

#define AR_FinalTxIdx_S   21

Definition at line 501 of file mac.h.

#define AR_FrameLen   0x00000fff

Definition at line 349 of file mac.h.

#define AR_FrameType   0x00f00000

Definition at line 365 of file mac.h.

#define AR_FrameType_S   20

Definition at line 366 of file mac.h.

#define AR_FrmXmitOK   0x00000001

Definition at line 458 of file mac.h.

#define AR_GI   0x00000001

Definition at line 530 of file mac.h.

#define AR_GI0   0x00000002

Definition at line 421 of file mac.h.

#define AR_GI1   0x00000040

Definition at line 425 of file mac.h.

#define AR_GI2   0x00000800

Definition at line 429 of file mac.h.

#define AR_GI3   0x00010000

Definition at line 433 of file mac.h.

#define AR_InsertTS   0x02000000

Definition at line 368 of file mac.h.

#define AR_IsAggr   0x40000000

Definition at line 373 of file mac.h.

#define AR_KeyIdx   0x0000fe00

Definition at line 560 of file mac.h.

#define AR_KeyIdx_S   9

Definition at line 561 of file mac.h.

#define AR_KeyMiss   0x80000000

Definition at line 569 of file mac.h.

#define AR_LDPC   0x80000000

Definition at line 418 of file mac.h.

#define AR_MichaelErr   0x00000020

Definition at line 556 of file mac.h.

#define AR_MoreAggr   0x20000000

Definition at line 372 of file mac.h.

#define AR_NoAck   0x01000000

Definition at line 367 of file mac.h.

#define AR_NumDelim   0x003fc000

Definition at line 524 of file mac.h.

#define AR_NumDelim_S   14

Definition at line 525 of file mac.h.

#define AR_PacketDur0   0x00007fff

Definition at line 396 of file mac.h.

#define AR_PacketDur0_S   0

Definition at line 397 of file mac.h.

#define AR_PacketDur1   0x7fff0000

Definition at line 399 of file mac.h.

#define AR_PacketDur1_S   16

Definition at line 400 of file mac.h.

#define AR_PacketDur2   0x00007fff

Definition at line 403 of file mac.h.

#define AR_PacketDur2_S   0

Definition at line 404 of file mac.h.

#define AR_PacketDur3   0x7fff0000

Definition at line 406 of file mac.h.

#define AR_PacketDur3_S   16

Definition at line 407 of file mac.h.

#define AR_PadDelim   0x03fc0000

Definition at line 413 of file mac.h.

#define AR_PadDelim_S   18

Definition at line 414 of file mac.h.

#define AR_Parallel40   0x00000004

Definition at line 532 of file mac.h.

#define AR_Parallel40_S   2

Definition at line 533 of file mac.h.

#define AR_PHYErr   0x00000010

Definition at line 555 of file mac.h.

#define AR_PHYErrCode   0x0000ff00

Definition at line 562 of file mac.h.

#define AR_PHYErrCode_S   8

Definition at line 563 of file mac.h.

#define AR_PostDelimCRCErr   0x00040000

Definition at line 566 of file mac.h.

#define AR_PowerMgmt   0x02000000

Definition at line 503 of file mac.h.

#define AR_PreDelimCRCErr   0x00000040

Definition at line 557 of file mac.h.

#define AR_RcvTimestamp   ds_rxstatus2

Definition at line 528 of file mac.h.

#define AR_RTSCTSQual0   0x00008000

Definition at line 398 of file mac.h.

#define AR_RTSCTSQual1   0x80000000

Definition at line 401 of file mac.h.

#define AR_RTSCTSQual2   0x00008000

Definition at line 405 of file mac.h.

#define AR_RTSCTSQual3   0x80000000

Definition at line 408 of file mac.h.

#define AR_RTSCTSRate   0x0ff00000

Definition at line 436 of file mac.h.

#define AR_RTSCTSRate_S   20

Definition at line 437 of file mac.h.

#define AR_RTSEnable   0x00400000

Definition at line 354 of file mac.h.

#define AR_RTSFailCnt   0x000000f0

Definition at line 462 of file mac.h.

#define AR_RTSFailCnt_S   4

Definition at line 463 of file mac.h.

#define AR_RxAggr   0x00020000

Definition at line 565 of file mac.h.

#define AR_RxAntenna   0xffffff00

Definition at line 535 of file mac.h.

#define AR_RxAntenna_S   8

Definition at line 536 of file mac.h.

#define AR_RxCTLRsvd00   0xffffffff

Definition at line 506 of file mac.h.

#define AR_RxCtlRsvd00   0x00001000

Definition at line 508 of file mac.h.

#define AR_RxCtlRsvd01   0xffffc000

Definition at line 510 of file mac.h.

#define AR_RxDone   0x00000001

Definition at line 551 of file mac.h.

#define AR_RxEVM0   ds_rxstatus4

Definition at line 547 of file mac.h.

#define AR_RxEVM1   ds_rxstatus5

Definition at line 548 of file mac.h.

#define AR_RxEVM2   ds_rxstatus6

Definition at line 549 of file mac.h.

#define AR_RxFrameOK   0x00000002

Definition at line 552 of file mac.h.

#define AR_RxIntrReq   0x00002000

Definition at line 509 of file mac.h.

#define AR_RxKeyIdxValid   0x00000100

Definition at line 559 of file mac.h.

#define AR_RxMore   0x00001000

Definition at line 523 of file mac.h.

#define AR_RxMoreAggr   0x00010000

Definition at line 564 of file mac.h.

#define AR_RxRate   0xff000000

Definition at line 518 of file mac.h.

#define AR_RxRate_S   24

Definition at line 519 of file mac.h.

#define AR_RxRSSIAnt00   0x000000ff

Definition at line 512 of file mac.h.

#define AR_RxRSSIAnt00_S   0

Definition at line 513 of file mac.h.

#define AR_RxRSSIAnt01   0x0000ff00

Definition at line 514 of file mac.h.

#define AR_RxRSSIAnt01_S   8

Definition at line 515 of file mac.h.

#define AR_RxRSSIAnt02   0x00ff0000

Definition at line 516 of file mac.h.

#define AR_RxRSSIAnt02_S   16

Definition at line 517 of file mac.h.

#define AR_RxRSSIAnt10   0x000000ff

Definition at line 538 of file mac.h.

#define AR_RxRSSIAnt10_S   0

Definition at line 539 of file mac.h.

#define AR_RxRSSIAnt11   0x0000ff00

Definition at line 540 of file mac.h.

#define AR_RxRSSIAnt11_S   8

Definition at line 541 of file mac.h.

#define AR_RxRSSIAnt12   0x00ff0000

Definition at line 542 of file mac.h.

#define AR_RxRSSIAnt12_S   16

Definition at line 543 of file mac.h.

#define AR_RxRSSICombined   0xff000000

Definition at line 544 of file mac.h.

#define AR_RxRSSICombined_S   24

Definition at line 545 of file mac.h.

#define AR_RxStatusRsvd00   0xff000000

Definition at line 520 of file mac.h.

#define AR_RxStatusRsvd10   0xff800000

Definition at line 526 of file mac.h.

#define AR_RxStatusRsvd30   0x000000f8

Definition at line 534 of file mac.h.

#define AR_RxStatusRsvd70   0x00000080

Definition at line 558 of file mac.h.

#define AR_RxStatusRsvd71   0x3ff80000

Definition at line 567 of file mac.h.

#define AR_SendTimestamp   ds_txstatus2

Definition at line 474 of file mac.h.

#define AR_SeqNum   0x00001ffe

Definition at line 495 of file mac.h.

#define AR_SeqNum_S   1

Definition at line 496 of file mac.h.

#define AR_STBC0   0x10000000

Definition at line 438 of file mac.h.

#define AR_STBC1   0x20000000

Definition at line 439 of file mac.h.

#define AR_STBC2   0x40000000

Definition at line 440 of file mac.h.

#define AR_STBC3   0x80000000

Definition at line 441 of file mac.h.

#define AR_TxBaStatus   0x40000000

Definition at line 450 of file mac.h.

#define AR_TxCtlRsvd00   0x0000e000

Definition at line 351 of file mac.h.

#define AR_TxCtlRsvd01   0x1e000000

Definition at line 357 of file mac.h.

#define AR_TxCtlRsvd60   0x00030000

Definition at line 412 of file mac.h.

#define AR_TxCtlRsvd61   0xf0000000

Definition at line 417 of file mac.h.

#define AR_TxDataUnderrun   0x00020000

Definition at line 469 of file mac.h.

#define AR_TxDelimUnderrun   0x00010000

Definition at line 468 of file mac.h.

#define AR_TxDone   0x00000001

Definition at line 494 of file mac.h.

#define AR_TxEVM0   ds_txstatus5

Definition at line 490 of file mac.h.

#define AR_TxEVM1   ds_txstatus6

Definition at line 491 of file mac.h.

#define AR_TxEVM2   ds_txstatus7

Definition at line 492 of file mac.h.

#define AR_TxIntrReq   0x20000000

Definition at line 358 of file mac.h.

#define AR_TxMore   0x00001000

Definition at line 362 of file mac.h.

#define AR_TxOpExceeded   0x00020000

Definition at line 498 of file mac.h.

#define AR_TxRSSIAnt00   0x000000ff

Definition at line 443 of file mac.h.

#define AR_TxRSSIAnt00_S   0

Definition at line 444 of file mac.h.

#define AR_TxRSSIAnt01   0x0000ff00

Definition at line 445 of file mac.h.

#define AR_TxRSSIAnt01_S   8

Definition at line 446 of file mac.h.

#define AR_TxRSSIAnt02   0x00ff0000

Definition at line 447 of file mac.h.

#define AR_TxRSSIAnt02_S   16

Definition at line 448 of file mac.h.

#define AR_TxRSSIAnt10   0x000000ff

Definition at line 478 of file mac.h.

#define AR_TxRSSIAnt10_S   0

Definition at line 479 of file mac.h.

#define AR_TxRSSIAnt11   0x0000ff00

Definition at line 480 of file mac.h.

#define AR_TxRSSIAnt11_S   8

Definition at line 481 of file mac.h.

#define AR_TxRSSIAnt12   0x00ff0000

Definition at line 482 of file mac.h.

#define AR_TxRSSIAnt12_S   16

Definition at line 483 of file mac.h.

#define AR_TxRSSICombined   0xff000000

Definition at line 484 of file mac.h.

#define AR_TxRSSICombined_S   24

Definition at line 485 of file mac.h.

#define AR_TxStatusRsvd00   0x3f000000

Definition at line 449 of file mac.h.

#define AR_TxStatusRsvd01   0x80000000

Definition at line 451 of file mac.h.

#define AR_TxStatusRsvd10   0xfff00000

Definition at line 472 of file mac.h.

#define AR_TxStatusRsvd80   0x0001e000

Definition at line 497 of file mac.h.

#define AR_TxStatusRsvd81   0x001c0000

Definition at line 499 of file mac.h.

#define AR_TxStatusRsvd82   0x01800000

Definition at line 502 of file mac.h.

#define AR_TxStatusRsvd83   0xfc000000

Definition at line 504 of file mac.h.

#define AR_TxTid   0xf0000000

Definition at line 487 of file mac.h.

#define AR_TxTid_S   28

Definition at line 488 of file mac.h.

#define AR_TxTimerExpired   0x00080000

Definition at line 471 of file mac.h.

#define AR_VEOL   0x00800000

Definition at line 355 of file mac.h.

#define AR_VirtMoreFrag   0x00001000

Definition at line 350 of file mac.h.

#define AR_VirtRetryCnt   0x0000f000

Definition at line 466 of file mac.h.

#define AR_VirtRetryCnt_S   12

Definition at line 467 of file mac.h.

#define AR_XmitDataTries0   0x000f0000

Definition at line 378 of file mac.h.

#define AR_XmitDataTries0_S   16

Definition at line 379 of file mac.h.

#define AR_XmitDataTries1   0x00f00000

Definition at line 380 of file mac.h.

#define AR_XmitDataTries1_S   20

Definition at line 381 of file mac.h.

#define AR_XmitDataTries2   0x0f000000

Definition at line 382 of file mac.h.

#define AR_XmitDataTries2_S   24

Definition at line 383 of file mac.h.

#define AR_XmitDataTries3   0xf0000000

Definition at line 384 of file mac.h.

#define AR_XmitDataTries3_S   28

Definition at line 385 of file mac.h.

#define AR_XmitPower   0x003f0000

Definition at line 352 of file mac.h.

#define AR_XmitPower_S   16

Definition at line 353 of file mac.h.

#define AR_XmitRate0   0x000000ff

Definition at line 387 of file mac.h.

#define AR_XmitRate0_S   0

Definition at line 388 of file mac.h.

#define AR_XmitRate1   0x0000ff00

Definition at line 389 of file mac.h.

#define AR_XmitRate1_S   8

Definition at line 390 of file mac.h.

#define AR_XmitRate2   0x00ff0000

Definition at line 391 of file mac.h.

#define AR_XmitRate2_S   16

Definition at line 392 of file mac.h.

#define AR_XmitRate3   0xff000000

Definition at line 393 of file mac.h.

#define AR_XmitRate3_S   24

Definition at line 394 of file mac.h.

#define ATH9K_DECOMP_MASK_SIZE   128

Definition at line 599 of file mac.h.

#define ATH9K_NUM_TX_QUEUES   10

Definition at line 580 of file mac.h.

#define ATH9K_RATESERIES_2040   0x0002

Definition at line 653 of file mac.h.

#define ATH9K_RATESERIES_HALFGI   0x0004

Definition at line 654 of file mac.h.

#define ATH9K_RATESERIES_RTS_CTS   0x0001

Definition at line 652 of file mac.h.

#define ATH9K_RATESERIES_STBC   0x0008

Definition at line 655 of file mac.h.

#define ATH9K_READY_TIME_HI_BOUND   96

Definition at line 601 of file mac.h.

#define ATH9K_READY_TIME_LO_BOUND   50

Definition at line 600 of file mac.h.

#define ATH9K_RX_2040   0x08

Definition at line 190 of file mac.h.

#define ATH9K_RX_DECRYPT_BUSY   0x40

Definition at line 193 of file mac.h.

#define ATH9K_RX_DELIM_CRC_POST   0x20

Definition at line 192 of file mac.h.

#define ATH9K_RX_DELIM_CRC_PRE   0x10

Definition at line 191 of file mac.h.

#define ATH9K_RX_GI   0x04

Definition at line 189 of file mac.h.

#define ATH9K_RX_MORE   0x01

Definition at line 187 of file mac.h.

#define ATH9K_RX_MORE_AGGR   0x02

Definition at line 188 of file mac.h.

#define ATH9K_RXDESC_INTREQ   0x0020

Definition at line 270 of file mac.h.

#define ATH9K_RXERR_CRC   0x01

Definition at line 180 of file mac.h.

#define ATH9K_RXERR_DECRYPT   0x08

Definition at line 183 of file mac.h.

#define ATH9K_RXERR_FIFO   0x04

Definition at line 182 of file mac.h.

#define ATH9K_RXERR_KEYMISS   0x20

Definition at line 185 of file mac.h.

#define ATH9K_RXERR_MIC   0x10

Definition at line 184 of file mac.h.

#define ATH9K_RXERR_PHY   0x02

Definition at line 181 of file mac.h.

#define ATH9K_RXKEYIX_INVALID   ((u8)-1)

Definition at line 195 of file mac.h.

#define ATH9K_SLOT_TIME_20   20

Definition at line 70 of file mac.h.

#define ATH9K_SLOT_TIME_6   6

Definition at line 68 of file mac.h.

#define ATH9K_SLOT_TIME_9   9

Definition at line 69 of file mac.h.

#define ATH9K_TX_ACKED   0x20

Definition at line 77 of file mac.h.

#define ATH9K_TX_BA   0x01

Definition at line 83 of file mac.h.

#define ATH9K_TX_DATA_UNDERRUN   0x08

Definition at line 86 of file mac.h.

#define ATH9K_TX_DELIM_UNDERRUN   0x10

Definition at line 87 of file mac.h.

#define ATH9K_TX_DESC_CFG_ERR   0x04

Definition at line 85 of file mac.h.

#define ATH9K_TX_FLUSH   0x40

Definition at line 78 of file mac.h.

#define ATH9K_TX_PWRMGMT   0x02

Definition at line 84 of file mac.h.

#define ATH9K_TX_SW_FILTERED   0x80

Definition at line 88 of file mac.h.

#define ATH9K_TXDESC_CLRDMASK   0x1000

Definition at line 265 of file mac.h.

#define ATH9K_TXDESC_CTSENA   0x0008

Definition at line 243 of file mac.h.

#define ATH9K_TXDESC_EXT_AND_CTL   0x0080

Definition at line 260 of file mac.h.

#define ATH9K_TXDESC_EXT_ONLY   0x0040

Definition at line 259 of file mac.h.

#define ATH9K_TXDESC_FRAG_IS_ON   0x0200

Definition at line 262 of file mac.h.

#define ATH9K_TXDESC_INTREQ   0x0010

Definition at line 257 of file mac.h.

#define ATH9K_TXDESC_LDPC   0x0800

Definition at line 264 of file mac.h.

#define ATH9K_TXDESC_LOWRXCHAIN   0x0400

Definition at line 263 of file mac.h.

#define ATH9K_TXDESC_NOACK   0x0002

Definition at line 241 of file mac.h.

#define ATH9K_TXDESC_PAPRD   0x70000

Definition at line 267 of file mac.h.

#define ATH9K_TXDESC_PAPRD_S   16

Definition at line 268 of file mac.h.

#define ATH9K_TXDESC_RTSENA   0x0004

Definition at line 242 of file mac.h.

#define ATH9K_TXDESC_VEOL   0x0020

Definition at line 258 of file mac.h.

#define ATH9K_TXDESC_VMF   0x0100

Definition at line 261 of file mac.h.

#define ATH9K_TXERR_FIFO   0x04

Definition at line 74 of file mac.h.

#define ATH9K_TXERR_FILT   0x02

Definition at line 73 of file mac.h.

#define ATH9K_TXERR_MASK
Value:

Definition at line 79 of file mac.h.

#define ATH9K_TXERR_TIMER_EXPIRED   0x10

Definition at line 76 of file mac.h.

#define ATH9K_TXERR_XRETRY   0x01

Definition at line 72 of file mac.h.

#define ATH9K_TXERR_XTXOP   0x08

Definition at line 75 of file mac.h.

#define ATH9K_TXKEYIX_INVALID   ((u8)-1)

Definition at line 196 of file mac.h.

#define ATH9K_TXQ_USE_LOCKOUT_BKOFF_DIS   0x00000001

Definition at line 597 of file mac.h.

#define ATH9K_TXQ_USEDEFAULT   ((u32) -1)

Definition at line 596 of file mac.h.

#define ATH9K_WME_UPSD   4

Definition at line 583 of file mac.h.

#define CCK_PLCP_BITS   48

Definition at line 42 of file mac.h.

#define CCK_PREAMBLE_BITS   144

Definition at line 41 of file mac.h.

#define CCK_SIFS_TIME   10

Definition at line 40 of file mac.h.

#define ds_ctl10   u.tx.ctl10

Definition at line 325 of file mac.h.

#define ds_ctl11   u.tx.ctl11

Definition at line 326 of file mac.h.

#define ds_ctl2   u.tx.ctl2

Definition at line 317 of file mac.h.

#define ds_ctl3   u.tx.ctl3

Definition at line 318 of file mac.h.

#define ds_ctl4   u.tx.ctl4

Definition at line 319 of file mac.h.

#define ds_ctl5   u.tx.ctl5

Definition at line 320 of file mac.h.

#define ds_ctl6   u.tx.ctl6

Definition at line 321 of file mac.h.

#define ds_ctl7   u.tx.ctl7

Definition at line 322 of file mac.h.

#define ds_ctl8   u.tx.ctl8

Definition at line 323 of file mac.h.

#define ds_ctl9   u.tx.ctl9

Definition at line 324 of file mac.h.

#define ds_rxstatus0   u.rx.status0

Definition at line 339 of file mac.h.

#define ds_rxstatus1   u.rx.status1

Definition at line 340 of file mac.h.

#define ds_rxstatus2   u.rx.status2

Definition at line 341 of file mac.h.

#define ds_rxstatus3   u.rx.status3

Definition at line 342 of file mac.h.

#define ds_rxstatus4   u.rx.status4

Definition at line 343 of file mac.h.

#define ds_rxstatus5   u.rx.status5

Definition at line 344 of file mac.h.

#define ds_rxstatus6   u.rx.status6

Definition at line 345 of file mac.h.

#define ds_rxstatus7   u.rx.status7

Definition at line 346 of file mac.h.

#define ds_rxstatus8   u.rx.status8

Definition at line 347 of file mac.h.

#define ds_txstatus0   u.tx.status0

Definition at line 328 of file mac.h.

#define ds_txstatus1   u.tx.status1

Definition at line 329 of file mac.h.

#define ds_txstatus2   u.tx.status2

Definition at line 330 of file mac.h.

#define ds_txstatus3   u.tx.status3

Definition at line 331 of file mac.h.

#define ds_txstatus4   u.tx.status4

Definition at line 332 of file mac.h.

#define ds_txstatus5   u.tx.status5

Definition at line 333 of file mac.h.

#define ds_txstatus6   u.tx.status6

Definition at line 334 of file mac.h.

#define ds_txstatus7   u.tx.status7

Definition at line 335 of file mac.h.

#define ds_txstatus8   u.tx.status8

Definition at line 336 of file mac.h.

#define ds_txstatus9   u.tx.status9

Definition at line 337 of file mac.h.

#define INIT_AIFS   2

Definition at line 59 of file mac.h.

#define INIT_CWMAX   1023

Definition at line 62 of file mac.h.

#define INIT_CWMIN   15

Definition at line 60 of file mac.h.

#define INIT_CWMIN_11B   31

Definition at line 61 of file mac.h.

#define INIT_LG_RETRY   10

Definition at line 64 of file mac.h.

#define INIT_SH_RETRY   10

Definition at line 63 of file mac.h.

#define INIT_SLG_RETRY   32

Definition at line 66 of file mac.h.

#define INIT_SSH_RETRY   32

Definition at line 65 of file mac.h.

#define MAX_TX_FIFO_THRESHOLD   ((4096 / 64) - 1)

Definition at line 98 of file mac.h.

#define MIN_TX_FIFO_THRESHOLD   0x1

Definition at line 91 of file mac.h.

#define OFDM_PLCP_BITS   22

Definition at line 46 of file mac.h.

#define OFDM_PLCP_BITS_HALF   22

Definition at line 51 of file mac.h.

#define OFDM_PLCP_BITS_QUARTER   22

Definition at line 56 of file mac.h.

#define OFDM_PREAMBLE_TIME   20

Definition at line 45 of file mac.h.

#define OFDM_PREAMBLE_TIME_HALF   40

Definition at line 50 of file mac.h.

#define OFDM_PREAMBLE_TIME_QUARTER   80

Definition at line 55 of file mac.h.

#define OFDM_SIFS_TIME   16

Definition at line 44 of file mac.h.

#define OFDM_SIFS_TIME_HALF   32

Definition at line 49 of file mac.h.

#define OFDM_SIFS_TIME_QUARTER   64

Definition at line 54 of file mac.h.

#define OFDM_SYMBOL_TIME   4

Definition at line 47 of file mac.h.

#define OFDM_SYMBOL_TIME_HALF   8

Definition at line 52 of file mac.h.

#define OFDM_SYMBOL_TIME_QUARTER   16

Definition at line 57 of file mac.h.

#define set11nPktDurRTSCTS (   _series,
  _index 
)
Value:
(SM((_series)[_index].PktDuration, AR_PacketDur##_index) | \
((_series)[_index].RateFlags & ATH9K_RATESERIES_RTS_CTS ? \
AR_RTSCTSQual##_index : 0))

Definition at line 26 of file mac.h.

#define set11nRate (   _series,
  _index 
)    (SM((_series)[_index].Rate, AR_XmitRate##_index))

Definition at line 23 of file mac.h.

#define set11nRateFlags (   _series,
  _index 
)
Value:
(((_series)[_index].RateFlags & ATH9K_RATESERIES_2040 ? \
AR_2040_##_index : 0) \
|((_series)[_index].RateFlags & ATH9K_RATESERIES_HALFGI ? \
AR_GI##_index : 0) \
|((_series)[_index].RateFlags & ATH9K_RATESERIES_STBC ? \
AR_STBC##_index : 0) \
|SM((_series)[_index].ChSel, AR_ChainSel##_index))

Definition at line 31 of file mac.h.

#define set11nTries (   _series,
  _index 
)    (SM((_series)[_index].Tries, AR_XmitDataTries##_index))

Definition at line 20 of file mac.h.

Enumeration Type Documentation

enum aggr_type
Enumerator:
AGGR_BUF_NONE 
AGGR_BUF_FIRST 
AGGR_BUF_MIDDLE 
AGGR_BUF_LAST 

Definition at line 665 of file mac.h.

Enumerator:
ATH9K_KEY_TYPE_CLEAR 
ATH9K_KEY_TYPE_WEP 
ATH9K_KEY_TYPE_AES 
ATH9K_KEY_TYPE_TKIP 

Definition at line 672 of file mac.h.

Enumerator:
ATH9K_PHYERR_UNDERRUN 
ATH9K_PHYERR_TIMING 
ATH9K_PHYERR_PARITY 
ATH9K_PHYERR_RATE 
ATH9K_PHYERR_LENGTH 
ATH9K_PHYERR_RADAR 
ATH9K_PHYERR_SERVICE 
ATH9K_PHYERR_TOR 
ATH9K_PHYERR_OFDM_TIMING 
ATH9K_PHYERR_OFDM_SIGNAL_PARITY 
ATH9K_PHYERR_OFDM_RATE_ILLEGAL 
ATH9K_PHYERR_OFDM_LENGTH_ILLEGAL 
ATH9K_PHYERR_OFDM_POWER_DROP 
ATH9K_PHYERR_OFDM_SERVICE 
ATH9K_PHYERR_OFDM_RESTART 
ATH9K_PHYERR_FALSE_RADAR_EXT 
ATH9K_PHYERR_CCK_TIMING 
ATH9K_PHYERR_CCK_HEADER_CRC 
ATH9K_PHYERR_CCK_RATE_ILLEGAL 
ATH9K_PHYERR_CCK_SERVICE 
ATH9K_PHYERR_CCK_RESTART 
ATH9K_PHYERR_CCK_LENGTH_ILLEGAL 
ATH9K_PHYERR_CCK_POWER_DROP 
ATH9K_PHYERR_HT_CRC_ERROR 
ATH9K_PHYERR_HT_LENGTH_ILLEGAL 
ATH9K_PHYERR_HT_RATE_ILLEGAL 
ATH9K_PHYERR_MAX 

Definition at line 198 of file mac.h.

Enumerator:
ATH9K_PKT_TYPE_NORMAL 
ATH9K_PKT_TYPE_ATIM 
ATH9K_PKT_TYPE_PSPOLL 
ATH9K_PKT_TYPE_BEACON 
ATH9K_PKT_TYPE_PROBE_RESP 
ATH9K_PKT_TYPE_CHIRP 
ATH9K_PKT_TYPE_GRP_POLL 

Definition at line 603 of file mac.h.

Enumerator:
ATH9K_RX_FILTER_UCAST 
ATH9K_RX_FILTER_MCAST 
ATH9K_RX_FILTER_BCAST 
ATH9K_RX_FILTER_CONTROL 
ATH9K_RX_FILTER_BEACON 
ATH9K_RX_FILTER_PROM 
ATH9K_RX_FILTER_PROBEREQ 
ATH9K_RX_FILTER_PHYERR 
ATH9K_RX_FILTER_MYBEACON 
ATH9K_RX_FILTER_COMP_BAR 
ATH9K_RX_FILTER_COMP_BA 
ATH9K_RX_FILTER_UNCOMP_BA_BAR 
ATH9K_RX_FILTER_PSPOLL 
ATH9K_RX_FILTER_PHYRADAR 
ATH9K_RX_FILTER_MCAST_BCAST_ALL 
ATH9K_RX_FILTER_CONTROL_WRAPPER 
ATH9K_RX_FILTER_4ADDRESS 

Definition at line 632 of file mac.h.

Enumerator:
ATH9K_TX_QUEUE_INACTIVE 
ATH9K_TX_QUEUE_DATA 
ATH9K_TX_QUEUE_BEACON 
ATH9K_TX_QUEUE_CAB 
ATH9K_TX_QUEUE_UAPSD 
ATH9K_TX_QUEUE_PSPOLL 

Definition at line 571 of file mac.h.

Enumerator:
TXQ_FLAG_TXINT_ENABLE 
TXQ_FLAG_TXDESCINT_ENABLE 
TXQ_FLAG_TXEOLINT_ENABLE 
TXQ_FLAG_TXURNINT_ENABLE 
TXQ_FLAG_BACKOFF_DISABLE 
TXQ_FLAG_COMPRESSION_ENABLE 
TXQ_FLAG_RDYTIME_EXP_POLICY_ENABLE 
TXQ_FLAG_FRAG_BURST_BACKOFF_ENABLE 

Definition at line 585 of file mac.h.

Function Documentation

struct ath_desc __aligned ( )
void ar9002_hw_attach_mac_ops ( struct ath_hw ah)

Definition at line 360 of file ar9002_mac.c.

void ath9k_hw_abort_tx_dma ( struct ath_hw ah)

Definition at line 134 of file mac.c.

void ath9k_hw_abortpcurecv ( struct ath_hw ah)

Definition at line 680 of file mac.c.

int ath9k_hw_beaconq_setup ( struct ath_hw ah)

Definition at line 737 of file mac.c.

void ath9k_hw_disable_interrupts ( struct ath_hw ah)

Definition at line 793 of file mac.c.

void ath9k_hw_enable_interrupts ( struct ath_hw ah)

Definition at line 804 of file mac.c.

bool ath9k_hw_get_txq_props ( struct ath_hw ah,
int  q,
struct ath9k_tx_queue_info qinfo 
)

Definition at line 261 of file mac.c.

u32 ath9k_hw_gettxbuf ( struct ath_hw ah,
u32  q 
)

Definition at line 46 of file mac.c.

bool ath9k_hw_intrpend ( struct ath_hw ah)

Definition at line 753 of file mac.c.

void ath9k_hw_kill_interrupts ( struct ath_hw ah)

Definition at line 776 of file mac.c.

u32 ath9k_hw_numtxpending ( struct ath_hw ah,
u32  q 
)

Definition at line 65 of file mac.c.

void ath9k_hw_putrxbuf ( struct ath_hw ah,
u32  rxdp 
)

Definition at line 664 of file mac.c.

void ath9k_hw_puttxbuf ( struct ath_hw ah,
u32  q,
u32  txdp 
)

Definition at line 52 of file mac.c.

bool ath9k_hw_releasetxqueue ( struct ath_hw ah,
u32  q 
)

Definition at line 353 of file mac.c.

bool ath9k_hw_resettxqueue ( struct ath_hw ah,
u32  q 
)

Definition at line 374 of file mac.c.

int ath9k_hw_rxprocdesc ( struct ath_hw ah,
struct ath_desc ds,
struct ath_rx_status rs 
)

Definition at line 536 of file mac.c.

void ath9k_hw_set_interrupts ( struct ath_hw ah)

Definition at line 841 of file mac.c.

bool ath9k_hw_set_txq_props ( struct ath_hw ah,
int  q,
const struct ath9k_tx_queue_info qinfo 
)

Definition at line 196 of file mac.c.

bool ath9k_hw_setrxabort ( struct ath_hw ah,
bool  set 
)

Definition at line 634 of file mac.c.

void ath9k_hw_setuprxdesc ( struct ath_hw ah,
struct ath_desc ds,
u32  size,
u32  flags 
)

Definition at line 347 of file ar9002_mac.c.

int ath9k_hw_setuptxqueue ( struct ath_hw ah,
enum ath9k_tx_queue  type,
const struct ath9k_tx_queue_info qinfo 
)

Definition at line 293 of file mac.c.

void ath9k_hw_startpcureceive ( struct ath_hw ah,
bool  is_scanning 
)

Definition at line 670 of file mac.c.

bool ath9k_hw_stop_dma_queue ( struct ath_hw ah,
u32  q 
)

Definition at line 170 of file mac.c.

bool ath9k_hw_stopdmarecv ( struct ath_hw ah,
bool reset 
)

Definition at line 688 of file mac.c.

void ath9k_hw_txstart ( struct ath_hw ah,
u32  q 
)

Definition at line 58 of file mac.c.

bool ath9k_hw_updatetxtriglevel ( struct ath_hw ah,
bool  bIncTrigLevel 
)

ath9k_hw_updatetxtriglevel - adjusts the frame trigger level

: atheros hardware struct : whether or not the frame trigger level should be updated

The frame trigger level specifies the minimum number of bytes, in units of 64 bytes, that must be DMA'ed into the PCU TX FIFO before the PCU will initiate sending the frame on the air. This can mean we initiate transmit before a full frame is on the PCU TX FIFO. Resets to 0x1 (meaning 64 bytes or a full frame, whichever occurs first)

Caution must be taken to ensure to set the frame trigger level based on the DMA request size. For example if the DMA request size is set to 128 bytes the trigger level cannot exceed 6 * 64 = 384. This is because there need to be enough space in the tx FIFO for the requested transfer size. Hence the tx FIFO will stop with 512 - 128 = 384 bytes. If we set the threshold to a value beyond 6, then the transmit will hang.

Current dual stream devices have a PCU TX FIFO size of 8 KB. Current single stream devices have a PCU TX FIFO size of 4 KB, however, there is a hardware issue which forces us to use 2 KB instead so the frame trigger level must not exceed 2 KB for these chipsets.

Definition at line 105 of file mac.c.

Variable Documentation

enum ath9k_tx_queue __aligned
u32 ctl10

Definition at line 327 of file mac.h.

u32 ctl11

Definition at line 328 of file mac.h.

u32 ctl2

Definition at line 319 of file mac.h.

u32 ctl3

Definition at line 320 of file mac.h.

u32 ctl4

Definition at line 321 of file mac.h.

u32 ctl5

Definition at line 322 of file mac.h.

u32 ctl6

Definition at line 323 of file mac.h.

u32 ctl7

Definition at line 324 of file mac.h.

u32 ctl8

Definition at line 325 of file mac.h.

u32 ctl9

Definition at line 326 of file mac.h.

u32 ds_ctl0

Definition at line 242 of file mac.h.

u32 ds_ctl1

Definition at line 243 of file mac.h.

Definition at line 241 of file mac.h.

u32 ds_hw[20]

Definition at line 244 of file mac.h.

u32 ds_link

Definition at line 240 of file mac.h.

void* ds_vdata

Definition at line 245 of file mac.h.

struct { ... } rx
u32 status0

Definition at line 329 of file mac.h.

u32 status1

Definition at line 330 of file mac.h.

u32 status2

Definition at line 331 of file mac.h.

u32 status3

Definition at line 332 of file mac.h.

u32 status4

Definition at line 333 of file mac.h.

u32 status5

Definition at line 334 of file mac.h.

u32 status6

Definition at line 335 of file mac.h.

u32 status7

Definition at line 336 of file mac.h.

u32 status8

Definition at line 337 of file mac.h.

u32 status9

Definition at line 338 of file mac.h.

struct { ... } tx
union { ... } u