qcacmn: Reduce roam offload logging level
Reduce log level of channel list logged as part of roam scan offload command processing. Change-Id: I8b37db9de94d8f399525255f7d073a6340a058f3 CRs-Fixed: 2271608
This commit is contained in:

committed by
nshrivas

parent
23467ce045
commit
412b36f8fb
@@ -15597,7 +15597,7 @@ static QDF_STATUS send_roam_scan_offload_chan_list_cmd_tlv(wmi_unified_t wmi_han
|
||||
for (i = 0; ((i < chan_list_fp->num_chan) &&
|
||||
(i < WMI_ROAM_MAX_CHANNELS)); i++) {
|
||||
roam_chan_list_array[i] = chan_list[i];
|
||||
WMI_LOGI("%d,", roam_chan_list_array[i]);
|
||||
WMI_LOGD("%d,", roam_chan_list_array[i]);
|
||||
}
|
||||
|
||||
status = wmi_unified_cmd_send(wmi_handle, buf,
|
||||
|
Reference in New Issue
Block a user