Эх сурвалжийг харах

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

Add WMI_WOW_FLAG_MOD_DTIM_ON_SYS_SUSPEND def

Change-Id: I114351111a999b16de614f9b85ca6fb5813782a0
CRs-Fixed: 2262693
spuligil 4 жил өмнө
parent
commit
6125a0b124
2 өөрчлөгдсөн 6 нэмэгдсэн , 1 устгасан
  1. 5 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 5 - 0
fw/wmi_unified.h

@@ -15840,6 +15840,11 @@ enum {
      * Sytem Suspend WOW, BIT Reset- RTPM (DRV)
      */
     WMI_WOW_FLAG_SYSTEM_SUSPEND_WOW         = 0x00000020,
+    /*
+     * Feature flag for INI enable_mod_dtim_on_system_suspend
+     * This flag/bit will be set if INI settings enable mod_dtim_on_sys_suspend.
+     */
+    WMI_WOW_FLAG_MOD_DTIM_ON_SYS_SUSPEND    = 0x00000040,
 };
 
 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_ 905
+#define __WMI_REVISION_ 906
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work