Browse Source

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

add WMI_VDEV_PARAM_SMPS_INTOLERANT def

Change-Id: Ie11a72c4fe89c89efe5667036ee2b31b0caebd9e
CRs-Fixed: 1107600
Sandeep Puligilla 7 years ago
parent
commit
54b69aede2
2 changed files with 9 additions and 1 deletions
  1. 8 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 8 - 0
fw/wmi_unified.h

@@ -7356,6 +7356,14 @@ typedef enum {
     /* This should be called before WMI_VDEV_PARAM_TXBF */
     WMI_VDEV_PARAM_11AX_TXBF,
 
+    /** This parameter indicates whether VDEV is SMPS intolerant.
+      * I.e. - SMPS action frame cannot be transmitted by the VDEV to
+      * dynamically change the RX NSS.
+      *
+      * valid values: 1 - VDEV is SMPS intolerant, 0 - VDEV is SMPS tolerant
+      */
+    WMI_VDEV_PARAM_SMPS_INTOLERANT,
+
     /*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE ===
      * The below vdev param types are used for prototyping, and are
      * prone to change.

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