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
Dieser Commit ist enthalten in:

committet von
snandini

Ursprung
2bd4ec3c09
Commit
30a3c984d0
@@ -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,
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren