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:
@@ -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);
|
||||
/*
|
||||
|
مرجع در شماره جدید
Block a user