Pārlūkot izejas kodu

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

Add WMI_VDEV_PARAM_IS_FORCED_MODDTIM def

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

+ 8 - 0
fw/wmi_unified.h

@@ -8251,6 +8251,14 @@ typedef enum {
      */
     WMI_VDEV_PARAM_BA_MODE,                                 /* 0x7e */
 
+    /**
+     * VDEV parameter to force to set modulate DTIM count as listen interval,
+     * no matter whether WoW is enabled
+     * Default: Disabled.
+     * Valid values: 0- Disabled,
+     *               1- Enabled.
+     */
+    WMI_VDEV_PARAM_FORCED_MODDTIM_ENABLE,                   /* 0x7f */
 
     /*=== 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_ 507
+#define __WMI_REVISION_ 508
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work