Browse Source

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
Krishna Kumaar Natarajan 9 years ago
parent
commit
3878391e4a
2 changed files with 3 additions and 1 deletions
  1. 2 0
      target/inc/wmi_services.h
  2. 1 1
      target/inc/wmi_version.h

+ 2 - 0
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;

+ 1 - 1
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