Browse Source

qcacld-3.0: Remove BT coex in progress check

Rome and iHelium BT Coex FW capability is completely different from
earlier generation of driver/fw and hence this kind of BT Coex protection
may not be needed.

Change-Id: Ic2f34acc03a3830ad51296313e8844011ef48266
CRs-Fixed: 2066727
Srinivas Girigowda 7 years ago
parent
commit
ca52f04cfe
1 changed files with 0 additions and 4 deletions
  1. 0 4
      core/hdd/src/wlan_hdd_main.c

+ 0 - 4
core/hdd/src/wlan_hdd_main.c

@@ -12288,10 +12288,6 @@ bool hdd_is_connection_in_progress(uint8_t *session_id,
 		return false;
 	}
 
-	if (true == hdd_ctx->btCoexModeSet) {
-		hdd_info("BTCoex Mode operation in progress");
-		return true;
-	}
 	status = hdd_get_front_adapter(hdd_ctx, &adapter_node);
 	while (NULL != adapter_node && QDF_STATUS_SUCCESS == status) {
 		adapter = adapter_node->adapter;