qcacld-3.0: Optimize logs in scan path

Remove redundant logs and optimize the logs in scan path.

Change-Id: Ie6ff84b1a832a29d5fe01c649be4b8143bd13c94
CRs-Fixed: 2612637
This commit is contained in:
Abhishek Singh
2020-01-29 17:03:49 +05:30
کامیت شده توسط nshrivas
والد d66b8a1761
کامیت 48175fd4f7
8فایلهای تغییر یافته به همراه18 افزوده شده و 49 حذف شده

مشاهده پرونده

@@ -951,10 +951,8 @@ bool policy_mgr_is_dbs_scan_allowed(struct wlan_objmgr_psoc *psoc)
}
if (!policy_mgr_find_if_fw_supports_dbs(psoc) ||
!policy_mgr_find_if_hwlist_has_dbs(psoc)) {
policy_mgr_debug("HW mode list has no DBS");
!policy_mgr_find_if_hwlist_has_dbs(psoc))
return false;
}
policy_mgr_get_dual_mac_feature(psoc, &dbs_type);
/*