Home
last modified time | relevance | path

Searched refs:linuxkpi_wiphy_to_ieee80211_hw (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h1145 struct ieee80211_hw * linuxkpi_wiphy_to_ieee80211_hw(struct wiphy *);
1299 return (linuxkpi_wiphy_to_ieee80211_hw(wiphy)); in wiphy_to_ieee80211_hw()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c6567 linuxkpi_wiphy_to_ieee80211_hw(struct wiphy *wiphy) function