|
@@ -1615,7 +1615,7 @@ static QDF_STATUS send_pdev_set_hw_mode_cmd_tlv(wmi_unified_t wmi_handle,
|
|
cmd->pdev_id = wmi_handle->ops->convert_pdev_id_host_to_target(
|
|
cmd->pdev_id = wmi_handle->ops->convert_pdev_id_host_to_target(
|
|
WMI_HOST_PDEV_ID_SOC);
|
|
WMI_HOST_PDEV_ID_SOC);
|
|
cmd->hw_mode_index = hw_mode_index;
|
|
cmd->hw_mode_index = hw_mode_index;
|
|
- WMI_LOGI("%s: HW mode index:%d", __func__, cmd->hw_mode_index);
|
|
|
|
|
|
+ WMI_LOGD("%s: HW mode index:%d", __func__, cmd->hw_mode_index);
|
|
|
|
|
|
wmi_mtrace(WMI_PDEV_SET_HW_MODE_CMDID, NO_SESSION, 0);
|
|
wmi_mtrace(WMI_PDEV_SET_HW_MODE_CMDID, NO_SESSION, 0);
|
|
if (wmi_unified_cmd_send(wmi_handle, buf, len,
|
|
if (wmi_unified_cmd_send(wmi_handle, buf, len,
|