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