Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/ath/
Dath.h147 struct ath_common { struct
148 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 …]
/linux-6.6.21/drivers/net/wireless/ath/ath10k/
Dcore.h1011 struct ath_common ath_common; member