Home
last modified time | relevance | path

Searched refs:interfmode (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/drivers/net/wireless/broadcom/b43/
Dsysfs.c54 switch (wldev->phy.g->interfmode) { in b43_attr_interfmode_show()
Dphy_g.h166 int interfmode; member
Dphy_g.c719 if (gphy->interfmode == B43_INTERFMODE_NONWLAN) { in b43_calc_nrssi_threshold()
2488 gphy->interfmode = B43_INTERFMODE_NONE; in b43_gphy_op_prepare_structs()
2733 currentmode = gphy->interfmode; in b43_gphy_op_interf_mitigation()
2744 gphy->interfmode = mode; in b43_gphy_op_interf_mitigation()
3005 } else if (gphy->interfmode == B43_INTERFMODE_NONWLAN && in b43_gphy_op_pwork_15sec()
/linux-6.1.9/drivers/net/wireless/broadcom/b43legacy/
Dsysfs.c76 switch (wldev->phy.interfmode) { in b43legacy_attr_interfmode_show()
Db43legacy.h486 int interfmode; member
Dradio.c858 if (phy->interfmode == in b43legacy_calc_nrssi_threshold()
1349 currentmode = phy->interfmode; in b43legacy_radio_set_interference_mitigation()
1361 phy->interfmode = mode; in b43legacy_radio_set_interference_mitigation()
Dmain.c2181 tmp = phy->interfmode; in b43legacy_chip_init()
2182 phy->interfmode = B43legacy_INTERFMODE_NONE; in b43legacy_chip_init()
3119 phy->interfmode = B43legacy_INTERFMODE_NONE; in setup_struct_phy_for_init()