From ca52f04cfe2937ceb60b60323e3597342999ada7 Mon Sep 17 00:00:00 2001 From: Srinivas Girigowda Date: Mon, 9 Oct 2017 17:05:15 -0700 Subject: [PATCH] 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 --- core/hdd/src/wlan_hdd_main.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/hdd/src/wlan_hdd_main.c b/core/hdd/src/wlan_hdd_main.c index 809534b306..5dd01852bb 100644 --- a/core/hdd/src/wlan_hdd_main.c +++ b/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;