Pārlūkot izejas kodu

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

Add WMI_VDEV_PARAM_SHO_CONFIG def

Change-Id: I2a62e20221455a0100ddb8114b1246f55c6c7bce
CRs-Fixed: 2262693
spuligil 4 gadi atpakaļ
vecāks
revīzija
8492cc44ff
2 mainītis faili ar 8 papildinājumiem un 1 dzēšanām
  1. 7 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 7 - 0
fw/wmi_unified.h

@@ -11536,6 +11536,13 @@ typedef enum {
      */
     WMI_VDEV_PARAM_ENABLE_DISABLE_NAN_CONFIG_FEATURES,  /* 0xA3 */
 
+    /* vdev param to enable the SAP HW offload
+     *  Bit : 0     - enable/disable SHO
+     *  Bit : 1     - enable for Sta connected state as well.
+     *  Bit : 2-31  - reserved
+     */
+    WMI_VDEV_PARAM_SHO_CONFIG,          /* 0xA4  */
+
 
     /*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE ===
      * The below vdev param types are used for prototyping, and are

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