Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6125a0b1 authored by spuligil's avatar spuligil
Browse files

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
parent da6a5364
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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