Lines Matching defs:ath_common
126 struct ath_common { struct
127 void *ah;
128 void *priv;
129 struct ieee80211_hw *hw;
130 int debug_mask;
131 enum ath_device_state state;
133 struct ath_ani ani;
135 u16 cachelsz;
136 u16 curaid;
137 u8 macaddr[ETH_ALEN];
138 u8 curbssid[ETH_ALEN];
139 u8 bssidmask[ETH_ALEN];
163 struct sk_buff *ath_rxbuf_alloc(struct ath_common *common, argument