Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h1141 void linuxkpi_set_ieee80211_dev(struct ieee80211_hw *, char *);
1261 linuxkpi_set_ieee80211_dev(hw, dev_name(dev)); in SET_IEEE80211_DEV()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c5702 linuxkpi_set_ieee80211_dev(struct ieee80211_hw *hw, char *name) function