Searched refs:bt_coex_active (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-modparams.h54 * @bt_coex_active: enable bt coex, default = true
72 bool bt_coex_active; member in struct:iwl_mod_params
H A Diwl-drv.c1872 .bt_coex_active = true,
1994 * set bt_coex_active to true, uCode will do kill/defer
1997 * set bt_coex_active to false, uCode will ignore the BT activity and
2005 * "bt_coex_active" module parameter to "false"
2007 * default: bt_coex_active = true (BT_COEX_ENABLE)
2009 module_param_named(bt_coex_active, iwlwifi_mod_params.bt_coex_active,
2011 MODULE_PARM_DESC(bt_coex_active, "enable wifi/bt co-exist (default: enable)");
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dlib.c263 if (!iwlwifi_mod_params.bt_coex_active ||
H A Dmain.c745 if (!iwlwifi_mod_params.bt_coex_active)
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c3337 * set bt_coex_active to true, uCode will do kill/defer
3340 * set bt_coex_active to false, uCode will ignore the BT activity and
3348 * "bt_coex_active" module parameter to "false"
3350 * default: bt_coex_active = true (BT_COEX_ENABLE)
3352 static bool bt_coex_active = true; variable
3353 module_param(bt_coex_active, bool, 0444);
3354 MODULE_PARM_DESC(bt_coex_active, "enable wifi/bluetooth co-exist");
4410 if (!bt_coex_active)
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c457 if (!iwlwifi_mod_params.bt_coex_active)
459 "iwlmvm doesn't allow to disable BT Coex, check bt_coex_active module parameter\n");

Completed in 300 milliseconds