Searched refs:cfg80211_registered_device (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/wireless/
H A Dcore.h15 struct cfg80211_registered_device { struct
37 struct cfg80211_registered_device *wiphy_to_dev(struct wiphy *wiphy)
40 return container_of(wiphy, struct cfg80211_registered_device, wiphy);
47 extern void cfg80211_dev_free(struct cfg80211_registered_device *drv);
H A Dsysfs.c20 static inline struct cfg80211_registered_device *dev_to_rdev(
23 return container_of(dev, struct cfg80211_registered_device, wiphy.dev);
50 struct cfg80211_registered_device *rdev = dev_to_rdev(dev);
H A Dcore.c43 struct cfg80211_registered_device *drv;
89 struct cfg80211_registered_device *drv = wiphy_to_dev(wiphy);
114 struct cfg80211_registered_device *drv = wiphy_to_dev(wiphy);
143 void cfg80211_dev_free(struct cfg80211_registered_device *drv)
161 struct cfg80211_registered_device *rdev;

Completed in 105 milliseconds