diff options
| author | Krishna Kumaar Natarajan <kknatara@qca.qualcomm.com> | 2015-11-19 16:08:00 -0800 |
|---|---|---|
| committer | Satish Singh <ssing@codeaurora.org> | 2015-12-28 14:20:45 -0800 |
| commit | 3878391e4aeac38900186ce7deb08ac2bb1f0652 (patch) | |
| tree | d1dfeef9b0358c341f4fc02208bc8d3ed3c3991f | |
| parent | 04c4e912c68e40b24971b6c0b443d949d7f5b0e0 (diff) | |
qcacld-3.0: CL 1412803 - update fw common interface files
qcacld-2.0 to qcacld-3.0 propagation
Add service bit for Unified WOW.
Change-Id: If23dbd048fab5032200901d263a71fb49c8203e4
CRs-Fixed: 865207
| -rw-r--r-- | target/inc/wmi_services.h | 2 | ||||
| -rw-r--r-- | target/inc/wmi_version.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/target/inc/wmi_services.h b/target/inc/wmi_services.h index b2b1dfa71eb4..6a447e17212b 100644 --- a/target/inc/wmi_services.h +++ b/target/inc/wmi_services.h @@ -129,6 +129,8 @@ typedef enum { WMI_SERVICE_EGAP, /* FW supports 11W PMF Offload for STA */ WMI_SERVICE_STA_PMF_OFFLOAD, + /* FW supports unified D0 and D3 wow */ + WMI_SERVICE_UNIFIED_WOW_CAPABILITY, WMI_MAX_SERVICE = 128 /* max service */ } WMI_SERVICE; diff --git a/target/inc/wmi_version.h b/target/inc/wmi_version.h index b9d773ba8a71..11ab52daeff5 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_ 178 +#define __WMI_REVISION_ 179 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
