Browse Source

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

Add WMI_SERVICE_VDEV_DIFFERENT_BEACON_INTERVAL_SUPPORT def

Change-Id: I4b8e709fa44c16faee75896eb5c08f1607bb74c7
CRs-Fixed: 2262693
spuligil 6 years ago
parent
commit
e57f782a48
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

@@ -256,6 +256,7 @@ typedef  enum  {
     WMI_SERVICE_MOTION_DET=160, /* support for motion detection config */
     WMI_SERVICE_INFRA_MBSSID=161, /* support infra multi-BSSID feature */
     WMI_SERVICE_OBSS_SPATIAL_REUSE=162, /* support spatial reuse feature */
+    WMI_SERVICE_VDEV_DIFFERENT_BEACON_INTERVAL_SUPPORT=163, /* Support different beacon intervals on different VDEVs */
 
 
     /******* ADD NEW SERVICES HERE *******/

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