Searched defs:ath_common (Results 1 – 2 of 2) sorted by relevance
138 struct ath_common { struct139 void *ah;140 void *priv;141 struct ieee80211_hw *hw;142 int debug_mask;143 enum ath_device_state state;144 unsigned long op_flags;146 struct ath_ani ani;148 u16 cachelsz;149 u16 curaid;[all …]
398 struct ath_common ath_common; member