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

/linux-master/drivers/net/wireless/broadcom/b43/
H A Dphy_common.c187 if (!b43_is_mode(dev->wl, NL80211_IFTYPE_AP))
199 if (!b43_is_mode(dev->wl, NL80211_IFTYPE_AP))
H A Dmain.c1490 if (b43_is_mode(dev->wl, NL80211_IFTYPE_AP)) {
1496 if (b43_is_mode(dev->wl, NL80211_IFTYPE_ADHOC))
1732 if (!b43_is_mode(wl, NL80211_IFTYPE_AP) &&
1733 !b43_is_mode(wl, NL80211_IFTYPE_MESH_POINT) &&
1734 !b43_is_mode(wl, NL80211_IFTYPE_ADHOC))
3110 if (b43_is_mode(wl, NL80211_IFTYPE_AP) ||
3111 b43_is_mode(wl, NL80211_IFTYPE_MESH_POINT))
3113 else if (b43_is_mode(wl, NL80211_IFTYPE_ADHOC))
4125 (b43_is_mode(wl, NL80211_IFTYPE_AP) ||
4126 b43_is_mode(w
[all...]
H A Db43.h989 static inline int b43_is_mode(struct b43_wl *wl, int type) function

Completed in 231 milliseconds