Home
last modified time | relevance | path

Searched refs:b43legacy_is_mode (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/net/wireless/b43legacy/
Dmain.c885 if (b43legacy_is_mode(dev->wl, NL80211_IFTYPE_AP)) { in handle_irq_tbtt_indication()
891 if (b43legacy_is_mode(dev->wl, NL80211_IFTYPE_ADHOC)) in handle_irq_tbtt_indication()
1193 if (!b43legacy_is_mode(wl, NL80211_IFTYPE_AP)) in handle_irq_beacon()
2045 if (b43legacy_is_mode(wl, NL80211_IFTYPE_AP)) in b43legacy_adjust_opmode()
2047 else if (b43legacy_is_mode(wl, NL80211_IFTYPE_ADHOC)) in b43legacy_adjust_opmode()
2870 (b43legacy_is_mode(wl, NL80211_IFTYPE_AP) || in b43legacy_op_bss_info_changed()
2871 b43legacy_is_mode(wl, NL80211_IFTYPE_ADHOC))) in b43legacy_op_bss_info_changed()
2882 (b43legacy_is_mode(wl, NL80211_IFTYPE_AP) || in b43legacy_op_bss_info_changed()
2883 b43legacy_is_mode(wl, NL80211_IFTYPE_ADHOC))) in b43legacy_op_bss_info_changed()
3179 if (b43legacy_is_mode(dev->wl, NL80211_IFTYPE_ADHOC) || idle) in b43legacy_set_synth_pu_delay()
[all …]
Db43legacy.h793 int b43legacy_is_mode(struct b43legacy_wl *wl, int type) in b43legacy_is_mode() function
Dphy.c108 if (!b43legacy_is_mode(dev->wl, NL80211_IFTYPE_AP)) in b43legacy_phy_lock()
123 if (!b43legacy_is_mode(dev->wl, NL80211_IFTYPE_AP)) in b43legacy_phy_unlock()