Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/broadcom/b43legacy/
Db43legacy.h689 bool bad_frames_preempt;/* Use "Bad Frames Preemption". */ member
Dmain.c77 module_param_named(bad_frames_preempt, modparam_bad_frames_preempt, int, 0444);
78 MODULE_PARM_DESC(bad_frames_preempt, "enable(1) / disable(0) Bad Frames"
3776 wldev->bad_frames_preempt = modparam_bad_frames_preempt; in b43legacy_one_core_attach()
Dradio.c1258 if (!dev->bad_frames_preempt) in b43legacy_radio_interference_mitigation_disable()
Dphy.c604 if (dev->bad_frames_preempt) in b43legacy_phy_initb5()
/Linux-v4.19/drivers/net/wireless/broadcom/b43/
Db43.h837 bool bad_frames_preempt; /* Use "Bad Frames Preemption" (default off) */ member
Dphy_g.c1022 if (!dev->bad_frames_preempt) { in b43_radio_interference_mitigation_disable()
1532 if (dev->bad_frames_preempt) { in b43_phy_initb5()
Dmain.c89 module_param_named(bad_frames_preempt, modparam_bad_frames_preempt, int, 0444);
90 MODULE_PARM_DESC(bad_frames_preempt,
5523 wldev->bad_frames_preempt = modparam_bad_frames_preempt; in b43_one_core_attach()