Searched defs:brcmf_cfg80211_info (Results 1 - 1 of 1) sorted by relevance

/drivers/net/wireless/brcm80211/brcmfmac/
H A Dwl_cfg80211.h230 s32 (*run)(struct brcmf_cfg80211_info *cfg, struct brcmf_if *ifp,
332 * struct brcmf_cfg80211_info - dongle private data of cfg80211 interface
369 struct brcmf_cfg80211_info { struct
418 static inline struct wiphy *cfg_to_wiphy(struct brcmf_cfg80211_info *cfg)
423 static inline struct brcmf_cfg80211_info *wiphy_to_cfg(struct wiphy *w)
425 return (struct brcmf_cfg80211_info *)(wiphy_priv(w));
428 static inline struct brcmf_cfg80211_info *wdev_to_cfg(struct wireless_dev *wd)
430 return (struct brcmf_cfg80211_info *)(wdev_priv(wd));
434 struct net_device *cfg_to_ndev(struct brcmf_cfg80211_info *cfg)
441 static inline struct brcmf_cfg80211_info *ndev_to_cf
[all...]

Completed in 58 milliseconds