qcacmn: Add ENABLE_DBS_CXN_AND_DISABLE_DBS_SCAN

Add ENABLE_DBS_CXN_AND_DISABLE_DBS_SCAN option for the ini
gDualMacFeatureDisable. To enable DBS support for the
connection and disable DBS support for the scan.

Change-Id: I05c613467195fffac98e79b7e4a2991471ac1d80
CRs-Fixed: 2207820
Este commit está contenido en:
Bala Venkatesh
2018-03-17 18:48:31 +05:30
cometido por nshrivas
padre b10508a903
commit 2438a563c5
Se han modificado 3 ficheros con 18 adiciones y 6 borrados

Ver fichero

@@ -426,8 +426,10 @@ ucfg_scan_update_dbs_scan_ctrl_ext_flag(struct scan_start_request *req)
psoc = wlan_vdev_get_psoc(req->vdev);
if (DISABLE_DBS_CXN_AND_SCAN ==
wlan_objmgr_psoc_get_dual_mac_disable(psoc))
if ((DISABLE_DBS_CXN_AND_SCAN ==
wlan_objmgr_psoc_get_dual_mac_disable(psoc)) ||
(ENABLE_DBS_CXN_AND_DISABLE_DBS_SCAN ==
wlan_objmgr_psoc_get_dual_mac_disable(psoc)))
goto end;
if (req->scan_req.scan_policy_high_accuracy)