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