Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/intersil/p54/
Dp54.h164 struct p54_common { struct
165 struct ieee80211_hw *hw;
166 struct ieee80211_vif *vif;
167 void (*tx)(struct ieee80211_hw *dev, struct sk_buff *skb);
168 int (*open)(struct ieee80211_hw *dev);
169 void (*stop)(struct ieee80211_hw *dev);
170 struct sk_buff_head tx_pending;
171 struct sk_buff_head tx_queue;
172 struct mutex conf_mutex;
173 bool registered;
[all …]