1
0

qcacmn: Change print level to avoid flooding of prints

Change print level from scm_err to scm_debug_rl to avoid
flooding of prints.

Change-Id: Iae82e8aa55b765860f994757fb035ddcb4342edf
CRs-Fixed: 3225542
Este cometimento está contido em:
Aakanksha Doda
2022-07-07 16:30:07 +05:30
cometido por Madan Koyyalamudi
ascendente 5bddbff670
cometimento 6be39668f5

Ver ficheiro

@@ -734,8 +734,9 @@ util_scan_parse_chan_switch_wrapper_ie(struct scan_cache_entry *scan_params,
continue;
}
if (sub_ie_len < sub_ie->ie_len) {
scm_err("Incomplete corrupted IE:%x",
WLAN_ELEMID_CHAN_SWITCH_WRAP);
scm_debug_rl(QDF_MAC_ADDR_FMT": Incomplete corrupted IE:%x",
QDF_MAC_ADDR_REF(scan_params->bssid.bytes),
WLAN_ELEMID_CHAN_SWITCH_WRAP);
return QDF_STATUS_E_INVAL;
}
switch (sub_ie->ie_id) {