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
This commit is contained in:
committed by
Nandini Suresh
parent
0603269db0
commit
ca52f04cfe
@@ -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;
|
||||
|
Reference in New Issue
Block a user