qcacld-3.0: Keep STA-SAP-P2P for non DBS
Change-Id: I3ac70117f0ff645e2a2add4bdb1f5a938ef73dd7
This commit is contained in:
@@ -19516,7 +19516,8 @@ static void wlan_hdd_update_iface_combination(struct hdd_context *hdd_ctx,
|
||||
|
||||
for (i = 0; i < num; i++) {
|
||||
/* Filter for non-DBS targets */
|
||||
if (!ucfg_policy_mgr_is_fw_supports_dbs(psoc) &&
|
||||
if (!sta_sap_p2p_concurrency &&
|
||||
!ucfg_policy_mgr_is_fw_supports_dbs(psoc) &&
|
||||
wlan_hdd_iface_combination[i].max_interfaces > 2)
|
||||
continue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user