Lines Matching defs:ath_common
150 struct ath_common { struct
151 void *ah;
152 void *priv;
153 struct ieee80211_hw *hw;
154 int debug_mask;
155 enum ath_device_state state;
156 unsigned long op_flags;
158 struct ath_ani ani;
160 u16 cachelsz;
161 u16 curaid;
162 u8 macaddr[ETH_ALEN];
163 u8 curbssid[ETH_ALEN] __aligned(2);
164 u8 bssidmask[ETH_ALEN];
166 u32 rx_bufsize;
168 u32 keymax;
194 static inline const struct ath_ps_ops *ath_ps_ops(struct ath_common *common) in ath_ps_ops() argument