Searched refs:interf_mitigation (Results 1 - 4 of 4) sorted by last modified time

/linux-master/drivers/net/wireless/broadcom/b43/
H A Dsysfs.c105 if (wldev->phy.ops->interf_mitigation) {
106 err = wldev->phy.ops->interf_mitigation(wldev, mode);
H A Dmain.c3276 if (phy->ops->interf_mitigation)
3277 phy->ops->interf_mitigation(dev, B43_INTERFMODE_NONE);
H A Dphy_common.h125 * @interf_mitigation: Switch the Interference Mitigation mode.
174 int (*interf_mitigation)(struct b43_wldev *dev, member in struct:b43_phy_operations
H A Dphy_g.c2998 phy->ops->interf_mitigation(dev,
3003 phy->ops->interf_mitigation(dev, B43_INTERFMODE_NONE);
3052 .interf_mitigation = b43_gphy_op_interf_mitigation,

Completed in 173 milliseconds