Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/iwlwifi/
Diwl-modparams.h114 bool bt_coex_active; member
Diwl-drv.c1539 .bt_coex_active = true,
1686 module_param_named(bt_coex_active, iwlwifi_mod_params.bt_coex_active,
1688 MODULE_PARM_DESC(bt_coex_active, "enable wifi/bt co-exist (default: enable)");
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dcoex.c436 mode = iwlwifi_mod_params.bt_coex_active ? BT_COEX_NW : BT_COEX_DISABLE; in iwl_send_bt_init_conf()
Dcoex_legacy.c656 flags = iwlwifi_mod_params.bt_coex_active ? in iwl_send_bt_init_conf_old()
/linux-4.4.14/drivers/net/wireless/iwlegacy/
Dcommon.c3366 static bool bt_coex_active = true; variable
3367 module_param(bt_coex_active, bool, S_IRUGO);
3368 MODULE_PARM_DESC(bt_coex_active, "enable wifi/bluetooth co-exist");
4426 if (!bt_coex_active) in il_send_bt_config()
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
Dlib.c303 if (!iwlwifi_mod_params.bt_coex_active || in iwlagn_send_advance_bt_config()
Dmain.c678 if (!iwlwifi_mod_params.bt_coex_active) in iwl_send_bt_config()