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:
Pratik Gandhi
2016-09-16 01:32:51 +05:30
committed by qcabuildsw
parent bf3bc6534f
commit 29e33f08f0
3 changed files with 61 additions and 36 deletions

View File

@@ -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;