qcacld-3.0: Reduce the log level to optimize roam time

Reduce the log level for the frequent acceptable errors
to reduce the roam latencies.

Change-Id: I9f5405025948d160e6fcd65ecca05dce7670ea84
CRs-Fixed: 3150439
This commit is contained in:
Vulupala Shashank Reddy
2022-03-04 18:46:18 +05:30
committed by Madan Koyyalamudi
parent e730b26b28
commit 5acf8c3e2a
4 changed files with 9 additions and 8 deletions

View File

@@ -993,7 +993,7 @@ tgt_mc_cp_stats_prepare_n_send_raw_station_stats(struct wlan_objmgr_psoc *psoc,
peer = wlan_objmgr_get_peer(psoc, last_req->pdev_id,
last_req->peer_mac_addr, WLAN_CP_STATS_ID);
if (!peer) {
cp_stats_err("peer object is null");
cp_stats_debug("peer object is null");
goto end;
}