Lines Matching defs:ath_common
145 struct ath_common { struct
146 void *ah;
147 void *priv;
148 struct ieee80211_hw *hw;
149 int debug_mask;
150 enum ath_device_state state;
151 unsigned long op_flags;
153 struct ath_ani ani;
155 u16 cachelsz;
156 u16 curaid;
157 u8 macaddr[ETH_ALEN];
158 u8 curbssid[ETH_ALEN] __aligned(2);
159 u8 bssidmask[ETH_ALEN];
161 u32 rx_bufsize;
163 u32 keymax;
189 static inline const struct ath_ps_ops *ath_ps_ops(struct ath_common *common) in ath_ps_ops() argument