Searched defs:ath_common (Results 1 – 2 of 2) sorted by relevance
150 struct ath_common { struct151 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;[all …]
1016 struct ath_common ath_common; member