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

Commit 44a8c394 authored by spuligil's avatar spuligil
Browse files

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
parent 2c949273
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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
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_ 967
#define __WMI_REVISION_ 968

/** The Version Namespace should not be normally changed. Only
 *  host and firmware of the same WMI namespace will work