Searched refs:bt_coex_active (Results 1 – 6 of 6) sorted by relevance
72 bool bt_coex_active; member
1994 .bt_coex_active = true,2130 module_param_named(bt_coex_active, iwlwifi_mod_params.bt_coex_active,2132 MODULE_PARM_DESC(bt_coex_active, "enable wifi/bt co-exist (default: enable)");
3363 static bool bt_coex_active = true; variable3364 module_param(bt_coex_active, bool, 0444);3365 MODULE_PARM_DESC(bt_coex_active, "enable wifi/bluetooth co-exist");4390 if (!bt_coex_active) in il_send_bt_config()
263 if (!iwlwifi_mod_params.bt_coex_active || in iwlagn_send_advance_bt_config()
746 if (!iwlwifi_mod_params.bt_coex_active) in iwl_send_bt_config()
461 if (!iwlwifi_mod_params.bt_coex_active) in iwl_mvm_mac_setup_register()
Completed in 38 milliseconds