From 71c21bd4a0909a81f46a375f2fbdfa34462ac67a Mon Sep 17 00:00:00 2001 From: spuligil Date: Mon, 2 Oct 2017 19:02:55 -0700 Subject: [PATCH] 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 --- fw/wmi_services.h | 1 + 1 file changed, 1 insertion(+) diff --git a/fw/wmi_services.h b/fw/wmi_services.h index c2359b4712..eadbad98ae 100644 --- 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 *******/