diff options
| author | spuligil <spuligil@codeaurora.org> | 2017-10-02 19:02:55 -0700 |
|---|---|---|
| committer | snandini <snandini@codeaurora.org> | 2017-10-12 03:42:33 -0700 |
| commit | e649d78abdc6aeac02eb2bd349a3efb5261b73c8 (patch) | |
| tree | bfb572a9a719acb9643095b9bd232bf1face0d55 | |
| parent | 1a36312fc16cab840138bee7a4056484e0b45264 (diff) | |
fw-api: CL 3545084 - update fw common interface files
add mac_id and size fields to HTT_MSG_TYPE_PACKETLOG hdr
Change-Id: Ia32dff1a80673477ad3a3ae1c0823c83bd488fbe
CRs-Fixed: 1107600
| -rwxr-xr-x | fw/wmi_services.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fw/wmi_services.h b/fw/wmi_services.h index c2359b47128e..eadbad98ae6f 100755 --- a/fw/wmi_services.h +++ b/fw/wmi_services.h @@ -216,6 +216,7 @@ typedef enum { WMI_SERVICE_MAWC_SUPPORT = 134, /* Support for MAWC service */ WMI_SERVICE_VDEV_LATENCY_CONFIG=135, /* support for vdev latency config */ WMI_SERVICE_PDEV_UPDATE_CTLTABLE_SUPPORT=136, /* support for pdev update ctl table */ + WMI_SERVICE_PKTLOG_SUPPORT_OVER_HTT=137, /* upload pktlog data over HTT communication channel */ /******* ADD NEW SERVICES HERE *******/ |
