Searched refs:b43legacy_is_mode (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/net/wireless/broadcom/b43legacy/ |
D | main.c | 857 if (b43legacy_is_mode(dev->wl, NL80211_IFTYPE_AP)) { in handle_irq_tbtt_indication() 863 if (b43legacy_is_mode(dev->wl, NL80211_IFTYPE_ADHOC)) in handle_irq_tbtt_indication() 1167 if (!b43legacy_is_mode(wl, NL80211_IFTYPE_AP)) in handle_irq_beacon() 2017 if (b43legacy_is_mode(wl, NL80211_IFTYPE_AP)) in b43legacy_adjust_opmode() 2019 else if (b43legacy_is_mode(wl, NL80211_IFTYPE_ADHOC)) in b43legacy_adjust_opmode() 2842 (b43legacy_is_mode(wl, NL80211_IFTYPE_AP) || in b43legacy_op_bss_info_changed() 2843 b43legacy_is_mode(wl, NL80211_IFTYPE_ADHOC))) in b43legacy_op_bss_info_changed() 2854 (b43legacy_is_mode(wl, NL80211_IFTYPE_AP) || in b43legacy_op_bss_info_changed() 2855 b43legacy_is_mode(wl, NL80211_IFTYPE_ADHOC))) in b43legacy_op_bss_info_changed() 3148 if (b43legacy_is_mode(dev->wl, NL80211_IFTYPE_ADHOC) || idle) in b43legacy_set_synth_pu_delay() [all …]
|
D | b43legacy.h | 794 int b43legacy_is_mode(struct b43legacy_wl *wl, int type) in b43legacy_is_mode() function
|
D | phy.c | 84 if (!b43legacy_is_mode(dev->wl, NL80211_IFTYPE_AP)) in b43legacy_phy_lock() 99 if (!b43legacy_is_mode(dev->wl, NL80211_IFTYPE_AP)) in b43legacy_phy_unlock()
|