Home
last modified time | relevance | path

Searched defs:ath_hal_5211 (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211.h104 struct ath_hal_5211 { struct
105 struct ath_hal_private ah_priv; /* base class */
107 GAIN_VALUES ah_gainValues;
109 uint8_t ah_macaddr[IEEE80211_ADDR_LEN];
110 uint8_t ah_bssid[IEEE80211_ADDR_LEN];
115 uint32_t ah_maskReg; /* copy of AR_IMR */
116 uint32_t ah_txOkInterruptMask;
117 uint32_t ah_txErrInterruptMask;
118 uint32_t ah_txDescInterruptMask;
142 #define AH5211(ah) ((struct ath_hal_5211 *)(ah)) argument