From e28b1f07985faea33b616987d83b039d7c0c60e6 Mon Sep 17 00:00:00 2001 From: Anurag Chouhan Date: Fri, 29 Jul 2016 11:15:29 +0530 Subject: [PATCH] qcacld-3.0: CL 1602603 - update fw common interface files Propagation from qcacld-2.0 to qcacld-3.0 define WMI_PKTLOG_EVENT_SW Update htt.h with Lithium TCL/TX related data structures Change-Id: Ica0b6cd11df8a84a0b7e0771354795aa082f20fe CRs-fixed: 865207 --- target/inc/wmi_unified.h | 1 + target/inc/wmi_version.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/target/inc/wmi_unified.h b/target/inc/wmi_unified.h index 3ce9602bf4..eb6caf1953 100644 --- a/target/inc/wmi_unified.h +++ b/target/inc/wmi_unified.h @@ -4160,6 +4160,7 @@ typedef enum { WMI_PKTLOG_EVENT_RCU = 0x8, /* Rate Control Update */ /* 0x10 used by deprecated DBG_PRINT */ WMI_PKTLOG_EVENT_SMART_ANTENNA = 0x20, /* To support Smart Antenna */ + WMI_PKTLOG_EVENT_SW = 0x40, /* To support SW defined events */ } WMI_PKTLOG_EVENT; typedef enum { diff --git a/target/inc/wmi_version.h b/target/inc/wmi_version.h index 27ca2ffe11..e4eb4d1bb6 100644 --- a/target/inc/wmi_version.h +++ b/target/inc/wmi_version.h @@ -36,7 +36,7 @@ #define __WMI_VER_MINOR_ 0 /** WMI revision number has to be incremented when there is a * change that may or may not break compatibility */ -#define __WMI_REVISION_ 282 +#define __WMI_REVISION_ 283 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work