b43_is_mode
if (b43_is_mode(dev->wl, NL80211_IFTYPE_AP)) {
if (b43_is_mode(dev->wl, NL80211_IFTYPE_ADHOC))
if (!b43_is_mode(wl, NL80211_IFTYPE_AP) &&
!b43_is_mode(wl, NL80211_IFTYPE_MESH_POINT) &&
!b43_is_mode(wl, NL80211_IFTYPE_ADHOC))
if (b43_is_mode(wl, NL80211_IFTYPE_AP) ||
b43_is_mode(wl, NL80211_IFTYPE_MESH_POINT))
else if (b43_is_mode(wl, NL80211_IFTYPE_ADHOC))
(b43_is_mode(wl, NL80211_IFTYPE_AP) ||
b43_is_mode(wl, NL80211_IFTYPE_MESH_POINT) ||
b43_is_mode(wl, NL80211_IFTYPE_ADHOC)))
(b43_is_mode(wl, NL80211_IFTYPE_AP) ||
b43_is_mode(wl, NL80211_IFTYPE_MESH_POINT) ||
b43_is_mode(wl, NL80211_IFTYPE_ADHOC)) &&
if (b43_is_mode(dev->wl, NL80211_IFTYPE_ADHOC) || idle)
if (b43_is_mode(dev->wl, NL80211_IFTYPE_ADHOC))
if (!b43_is_mode(dev->wl, NL80211_IFTYPE_AP))
if (!b43_is_mode(dev->wl, NL80211_IFTYPE_AP))