diff options
| author | Anurag Chouhan <achouhan@qti.qualcomm.com> | 2016-08-08 13:20:27 +0530 |
|---|---|---|
| committer | Anjaneedevi Kapparapu <akappa@codeaurora.org> | 2016-08-11 17:37:24 +0530 |
| commit | 819dad6ad1785564acd27239c3cb6d327ad45a23 (patch) | |
| tree | 96703cad9742617a83c91036a50d1d279b2e7008 | |
| parent | aa78792bce6f60cc4e441dcf98852b49117617a4 (diff) | |
qcacld-2.0: CL 1602603 - update fw common interface files
define WMI_PKTLOG_EVENT_SW.
Change-Id: Ica0b6cd11df8a84a0b7e0771354795aa082f20fe
CRs-fixed: 865207
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 1 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_version.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index 2d278e90aa42..c9a6c8fdf7b8 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -3961,6 +3961,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/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index a3f1295e20e4..8dcd4aec6b3a 100644 --- a/CORE/SERVICES/COMMON/wmi_version.h +++ b/CORE/SERVICES/COMMON/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 |
