|
@@ -6006,7 +6006,7 @@ static QDF_STATUS send_p2p_go_set_beacon_ie_cmd_tlv(wmi_unified_t wmi_handle,
|
|
|
buf_ptr += WMI_TLV_HDR_SIZE;
|
|
|
qdf_mem_copy(buf_ptr, p2p_ie, ie_len);
|
|
|
|
|
|
- WMI_LOGI("%s: Sending WMI_P2P_GO_SET_BEACON_IE", __func__);
|
|
|
+ WMI_LOGD("%s: Sending WMI_P2P_GO_SET_BEACON_IE", __func__);
|
|
|
|
|
|
ret = wmi_unified_cmd_send(wmi_handle,
|
|
|
wmi_buf, wmi_buf_len,
|
|
@@ -6016,7 +6016,7 @@ static QDF_STATUS send_p2p_go_set_beacon_ie_cmd_tlv(wmi_unified_t wmi_handle,
|
|
|
wmi_buf_free(wmi_buf);
|
|
|
}
|
|
|
|
|
|
- WMI_LOGI("%s: Successfully sent WMI_P2P_GO_SET_BEACON_IE", __func__);
|
|
|
+ WMI_LOGD("%s: Successfully sent WMI_P2P_GO_SET_BEACON_IE", __func__);
|
|
|
return ret;
|
|
|
}
|
|
|
|
|
@@ -13067,8 +13067,8 @@ static QDF_STATUS send_enable_specific_fw_logs_cmd_tlv(wmi_unified_t wmi_handle,
|
|
|
count = 0;
|
|
|
|
|
|
if (!wmi_handle->events_logs_list) {
|
|
|
- WMI_LOGE("%s: Not received event/log list from FW, yet",
|
|
|
- __func__);
|
|
|
+ WMI_LOGD("%s: Not received event/log list from FW, yet",
|
|
|
+ __func__);
|
|
|
return QDF_STATUS_E_NOMEM;
|
|
|
}
|
|
|
/* total_len stores the number of events where BITS 17 and 18 are set.
|
|
@@ -13177,7 +13177,7 @@ static QDF_STATUS send_flush_logs_to_fw_cmd_tlv(wmi_unified_t wmi_handle)
|
|
|
wmi_buf_free(buf);
|
|
|
return QDF_STATUS_E_INVAL;
|
|
|
}
|
|
|
- WMI_LOGI("Sent WMI_DEBUG_MESG_FLUSH_CMDID to FW");
|
|
|
+ WMI_LOGD("Sent WMI_DEBUG_MESG_FLUSH_CMDID to FW");
|
|
|
|
|
|
return ret;
|
|
|
}
|
|
@@ -15532,7 +15532,7 @@ static QDF_STATUS send_roam_scan_offload_ap_profile_cmd_tlv(wmi_unified_t wmi_ha
|
|
|
wmi_buf_free(buf);
|
|
|
}
|
|
|
|
|
|
- WMI_LOGI("WMI --> WMI_ROAM_AP_PROFILE and other parameters");
|
|
|
+ WMI_LOGD("WMI --> WMI_ROAM_AP_PROFILE and other parameters");
|
|
|
|
|
|
return status;
|
|
|
}
|
|
@@ -21059,7 +21059,7 @@ static QDF_STATUS send_set_arp_stats_req_cmd_tlv(wmi_unified_t wmi_handle,
|
|
|
goto error;
|
|
|
}
|
|
|
|
|
|
- WMI_LOGI(FL("set arp stats flag=%d, vdev=%d"),
|
|
|
+ WMI_LOGD(FL("set arp stats flag=%d, vdev=%d"),
|
|
|
req_buf->flag, req_buf->vdev_id);
|
|
|
return QDF_STATUS_SUCCESS;
|
|
|
error:
|