qcacmn: Reduce log level for few prints to debug
Reduce log level for few prints to debug to avoid flooding of prints to console. Change-Id: I514585cc87d51ead15fb1f40d45f62023628d9bb CRs-Fixed: 2296839
This commit is contained in:

committato da
nshrivas

parent
ed22a65b66
commit
f3c286ed15
@@ -13329,8 +13329,8 @@ QDF_STATUS send_pdev_set_dual_mac_config_cmd_tlv(wmi_unified_t wmi_handle,
|
||||
WMI_HOST_PDEV_ID_SOC);
|
||||
cmd->concurrent_scan_config_bits = msg->scan_config;
|
||||
cmd->fw_mode_config_bits = msg->fw_mode_config;
|
||||
WMI_LOGI("%s: scan_config:%x fw_mode_config:%x",
|
||||
__func__, msg->scan_config, msg->fw_mode_config);
|
||||
WMI_LOGD("%s: scan_config:%x fw_mode_config:%x",
|
||||
__func__, msg->scan_config, msg->fw_mode_config);
|
||||
|
||||
if (wmi_unified_cmd_send(wmi_handle, buf, len,
|
||||
WMI_PDEV_SET_MAC_CONFIG_CMDID)) {
|
||||
|
Fai riferimento in un nuovo problema
Block a user