Searched refs:b43_is_mode (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/net/wireless/b43/ |
D | phy_common.c | 173 if (!b43_is_mode(dev->wl, NL80211_IFTYPE_AP)) in b43_phy_lock() 185 if (!b43_is_mode(dev->wl, NL80211_IFTYPE_AP)) in b43_phy_unlock()
|
D | main.c | 1341 if (b43_is_mode(dev->wl, NL80211_IFTYPE_AP)) { in handle_irq_tbtt_indication() 1347 if (b43_is_mode(dev->wl, NL80211_IFTYPE_ADHOC)) in handle_irq_tbtt_indication() 1567 if (!b43_is_mode(wl, NL80211_IFTYPE_AP) && in handle_irq_beacon() 1568 !b43_is_mode(wl, NL80211_IFTYPE_MESH_POINT)) in handle_irq_beacon() 2705 if (b43_is_mode(wl, NL80211_IFTYPE_AP) || in b43_adjust_opmode() 2706 b43_is_mode(wl, NL80211_IFTYPE_MESH_POINT)) in b43_adjust_opmode() 2708 else if (b43_is_mode(wl, NL80211_IFTYPE_ADHOC)) in b43_adjust_opmode() 3731 (b43_is_mode(wl, NL80211_IFTYPE_AP) || in b43_op_bss_info_changed() 3732 b43_is_mode(wl, NL80211_IFTYPE_MESH_POINT) || in b43_op_bss_info_changed() 3733 b43_is_mode(wl, NL80211_IFTYPE_ADHOC))) in b43_op_bss_info_changed() [all …]
|
D | b43.h | 866 static inline int b43_is_mode(struct b43_wl *wl, int type) in b43_is_mode() function
|