Home
last modified time | relevance | path

Searched defs:ath_common (Results 1 – 2 of 2) sorted by relevance

/drivers/net/wireless/ath/
Dath.h138 struct ath_common { struct
139 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 …]
/drivers/net/wireless/ath/ath10k/
Dcore.h398 struct ath_common ath_common; member