qcacmn: Revert back implementation of wmi_mgmt_command_record
WMI_RECORDING:Fix implementation of WMI_MGMT_COMMAND_RECORD to be compatible to WIN. Current implemantation uses variables not applicable to WIN. CRs-Fixed: 1067944 Change-Id: I65b2415e40bd888d3b94ef5f04ec6d53b4d50da2
This commit is contained in:

committed by
qcabuildsw

parent
bf3bc6534f
commit
29e33f08f0
@@ -12406,8 +12406,7 @@ static QDF_STATUS extract_channel_hopping_event_tlv(wmi_unified_t wmi_handle,
|
||||
#ifdef WMI_INTERFACE_EVENT_LOGGING
|
||||
static bool is_management_record_tlv(uint32_t cmd_id)
|
||||
{
|
||||
if ((cmd_id == WMI_MGMT_TX_SEND_CMDID) ||
|
||||
(cmd_id == WMI_MGMT_TX_COMPLETION_EVENTID))
|
||||
if (cmd_id == WMI_MGMT_TX_COMPLETION_EVENTID)
|
||||
return true;
|
||||
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user