Browse Source

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

Change-Id: I3857657752c5e20229362e937be229121e2a0a61
WMI: VDEV_PARAM_FORCE_DTIM_CNT + WOW_FLAG_FORCED_DTIM_ON_SYS_SUSPEND defs
CRs-Fixed: 2262693
spuligil 4 years ago
parent
commit
44a8c39468
2 changed files with 10 additions and 1 deletions
  1. 9 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 9 - 0
fw/wmi_unified.h

@@ -12193,6 +12193,10 @@ typedef enum {
      */
     WMI_VDEV_PARAM_WMM_TXOP_ENABLE,          /* 0xA7 */
 
+    /** Value of DTIM to be applied in Suspend mode
+     */
+    WMI_VDEV_PARAM_FORCE_DTIM_CNT,           /* 0xA8 */
+
 
     /*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE ===
      * The below vdev param types are used for prototyping, and are
@@ -16545,6 +16549,11 @@ enum {
      * This flag/bit will be set if INI settings enable mod_dtim_on_sys_suspend.
      */
     WMI_WOW_FLAG_MOD_DTIM_ON_SYS_SUSPEND    = 0x00000040,
+    /*
+     * Forced dtim in suspend mode enable Flag.
+     * setDtimInSuspendMode
+     */
+    WMI_WOW_FLAG_FORCED_DTIM_ON_SYS_SUSPEND = 0x00000080,
 };
 
 typedef struct {

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