qcacld-3.0: Remove unwanted print from ll_sap api
Remove unwanted print from policy_mgr_get_ll_sap_freq() to get the freq. Change-Id: I05d5f02ba4df378483500ab1ccb699fcd9954b03 CRs-Fixed: 3386626
This commit is contained in:

committed by
Madan Koyyalamudi

parent
79f9f18a65
commit
691d7b7ba2
@@ -9416,10 +9416,8 @@ qdf_freq_t policy_mgr_get_ll_sap_freq(struct wlan_objmgr_psoc *psoc)
|
|||||||
}
|
}
|
||||||
qdf_mutex_release(&pm_ctx->qdf_conc_list_lock);
|
qdf_mutex_release(&pm_ctx->qdf_conc_list_lock);
|
||||||
|
|
||||||
if (!is_ll_sap_present) {
|
if (!is_ll_sap_present)
|
||||||
policy_mgr_debug("LL SAP not present");
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
|
||||||
|
|
||||||
policy_mgr_debug("LL SAP present with vdev_id %d and freq %d",
|
policy_mgr_debug("LL SAP present with vdev_id %d and freq %d",
|
||||||
vdev_id, freq);
|
vdev_id, freq);
|
||||||
|
Reference in New Issue
Block a user