Home
last modified time | relevance | path

Searched refs:bt_coex_active (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-modparams.h75 bool bt_coex_active; member
H A Diwl-drv.c2072 .bt_coex_active = true,
2214 module_param_named(bt_coex_active, iwlwifi_mod_params.bt_coex_active,
2216 MODULE_PARM_DESC(bt_coex_active, "enable wifi/bt co-exist (default: enable)");
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmac80211.c469 if (!iwlwifi_mod_params.bt_coex_active) in iwl_mvm_mac_setup_register()