qcacmn: log wmi cmd id in hex when cmd is sent over qmi
WMI commands are logged in hex in FW and hence log WMI CMD ID in hex when stats request is send over QMI to assist in debugging. Change-Id: I9ce63db30b491f26b9d6ac7ae3c98e6177452d7c CRs-Fixed: 2733208
This commit is contained in:
@@ -2312,7 +2312,7 @@ QDF_STATUS wmi_unified_cmd_send_over_qmi(struct wmi_unified *wmi_handle,
|
||||
|
||||
qdf_mem_zero(qdf_nbuf_data(buf), sizeof(WMI_CMD_HDR));
|
||||
WMI_SET_FIELD(qdf_nbuf_data(buf), WMI_CMD_HDR, COMMANDID, cmd_id);
|
||||
wmi_debug("Sending WMI_CMD_ID: %d over qmi", cmd_id);
|
||||
wmi_debug("Sending WMI_CMD_ID: 0x%x over qmi", cmd_id);
|
||||
status = qdf_wmi_send_recv_qmi(qdf_nbuf_data(buf),
|
||||
buflen + sizeof(WMI_CMD_HDR),
|
||||
wmi_handle,
|
||||
|
Reference in New Issue
Block a user