Home
last modified time | relevance | path

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

/drivers/net/wireless/b43/
Dsysfs.c67 switch (wldev->phy.g->interfmode) { in b43_attr_interfmode_show()
Dphy_g.h166 int interfmode; member
Dphy_g.c786 if (gphy->interfmode == B43_INTERFMODE_NONWLAN) { in b43_calc_nrssi_threshold()
2702 gphy->interfmode = B43_INTERFMODE_NONE; in b43_gphy_op_prepare_structs()
2958 currentmode = gphy->interfmode; in b43_gphy_op_interf_mitigation()
2969 gphy->interfmode = mode; in b43_gphy_op_interf_mitigation()
3234 } else if (gphy->interfmode == B43_INTERFMODE_NONWLAN && in b43_gphy_op_pwork_15sec()
/drivers/net/wireless/b43legacy/
Dsysfs.c87 switch (wldev->phy.interfmode) { in b43legacy_attr_interfmode_show()
Db43legacy.h491 int interfmode; member
Dradio.c875 if (phy->interfmode == in b43legacy_calc_nrssi_threshold()
1366 currentmode = phy->interfmode; in b43legacy_radio_set_interference_mitigation()
1378 phy->interfmode = mode; in b43legacy_radio_set_interference_mitigation()
Dmain.c2083 tmp = phy->interfmode; in b43legacy_chip_init()
2084 phy->interfmode = B43legacy_INTERFMODE_NONE; in b43legacy_chip_init()
3024 phy->interfmode = B43legacy_INTERFMODE_NONE; in setup_struct_phy_for_init()