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