|
@@ -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);
|
|
|
|
|
|
- if (!is_ll_sap_present) {
|
|
|
- policy_mgr_debug("LL SAP not present");
|
|
|
+ if (!is_ll_sap_present)
|
|
|
return 0;
|
|
|
- }
|
|
|
|
|
|
policy_mgr_debug("LL SAP present with vdev_id %d and freq %d",
|
|
|
vdev_id, freq);
|