qcacmn: Update wifi_pos logs to debug

Update some logs in the wifi positioning module to be debug prints.
This helps reduce unnecessary prints in dmesg.

Change-Id: I9828fb4c2360e7d25195130da0315d605c04c14b
CRs-fixed: 2928849
This commit is contained in:
Lincoln Tran
2021-04-20 11:13:55 -07:00
committed by Madan Koyyalamudi
parent 3921edb0ae
commit 3bed44b5cd

View File

@@ -540,7 +540,7 @@ static void wifi_pos_get_ch_info(struct wlan_objmgr_psoc *psoc,
wlan_objmgr_iterate_obj_list(psoc, WLAN_PDEV_OP,
wifi_pos_pdev_iterator,
chan_list, true, WLAN_WIFI_POS_CORE_ID);
wifi_pos_notice("num channels: %d", chan_list->num_channels);
wifi_pos_debug("num channels: %d", chan_list->num_channels);
}
#else
@@ -768,7 +768,7 @@ static QDF_STATUS wifi_pos_process_app_reg_req(struct wlan_objmgr_psoc *psoc,
return QDF_STATUS_E_INVAL;
}
wifi_pos_err("Received App Req Req pid(%d), len(%d)",
wifi_pos_debug("Received App Req Req pid(%d), len(%d)",
req->pid, req->buf_len);
sign_str = (char *)req->buf;