Browse Source

fw-api: CL 13761631 - update fw common interface files

Add WMI_SERVICE_BIG_DATA_SUPPORT def

Change-Id: Id2b4d235f942894f37cd9db0d2f1a0aae2e6be18
CRs-Fixed: 2262693
spuligil 3 years ago
parent
commit
68c87b46fe
2 changed files with 2 additions and 1 deletions
  1. 1 0
      fw/wmi_services.h
  2. 1 1
      fw/wmi_version.h

+ 1 - 0
fw/wmi_services.h

@@ -532,6 +532,7 @@ typedef  enum  {
     WMI_SERVICE_IGMP_OFFLOAD_SUPPORT = 287, /* FW supports igmp offload during APPS suspend */
     WMI_SERVICE_11AX_TDLS_SUPPORT = 288, /* Indicates FW supports 11ax TDLS. Host should enable 11ax on TDLS only when FW indicates the support. */
     WMI_SERVICE_11BE = 289, /* Indicates FW supports 11be */
+    WMI_SERVICE_BIG_DATA_SUPPORT = 290, /* Indicates FW supports Big Data feature */
 
 
     WMI_MAX_EXT2_SERVICE

+ 1 - 1
fw/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_ 986
+#define __WMI_REVISION_ 987
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work