fw-api: CL 25798927 - update fw common interface files
WMI: add VDEV_PARAM_TELESDTIM_CNT + WOW_FLAG_TELES_DTIM_ON_SYS_SUSPEND defs Change-Id: I19089cdeea872daa5c04d64a1b3b6651aabaa65a CRs-Fixed: 2262693
This commit is contained in:
@@ -18466,6 +18466,9 @@ typedef enum {
|
|||||||
/* DCS stats enable configuration at VDEV level */
|
/* DCS stats enable configuration at VDEV level */
|
||||||
WMI_VDEV_PARAM_DCS, /* 0xC2 */
|
WMI_VDEV_PARAM_DCS, /* 0xC2 */
|
||||||
|
|
||||||
|
/* VDEV parameter to configure Telescopic DTIM count */
|
||||||
|
WMI_VDEV_PARAM_TELESDTIM_CNT, /* 0xC3 */
|
||||||
|
|
||||||
|
|
||||||
/*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE ===
|
/*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE ===
|
||||||
* The below vdev param types are used for prototyping, and are
|
* The below vdev param types are used for prototyping, and are
|
||||||
@@ -23704,6 +23707,12 @@ enum {
|
|||||||
WMI_WOW_FLAG_FORCED_DTIM_ON_SYS_SUSPEND = 0x00000080,
|
WMI_WOW_FLAG_FORCED_DTIM_ON_SYS_SUSPEND = 0x00000080,
|
||||||
/* Flag to force DPD lock. */
|
/* Flag to force DPD lock. */
|
||||||
WMI_WOW_FLAG_FORCED_DPD_LOCK = 0x00000100,
|
WMI_WOW_FLAG_FORCED_DPD_LOCK = 0x00000100,
|
||||||
|
/*
|
||||||
|
* Feature flag for INI 'enable_teles_dtim_on_system_suspend'
|
||||||
|
* This flag/bit will be set if INI 'enable_teles_dtim_on_system_suspend'
|
||||||
|
* is enabled.
|
||||||
|
*/
|
||||||
|
WMI_WOW_FLAG_TELES_DTIM_ON_SYS_SUSPEND = 0x00000200,
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
@@ -37,7 +37,7 @@
|
|||||||
#define __WMI_VER_MINOR_ 0
|
#define __WMI_VER_MINOR_ 0
|
||||||
/** WMI revision number has to be incremented when there is a
|
/** WMI revision number has to be incremented when there is a
|
||||||
* change that may or may not break compatibility. */
|
* change that may or may not break compatibility. */
|
||||||
#define __WMI_REVISION_ 1443
|
#define __WMI_REVISION_ 1444
|
||||||
|
|
||||||
/** The Version Namespace should not be normally changed. Only
|
/** The Version Namespace should not be normally changed. Only
|
||||||
* host and firmware of the same WMI namespace will work
|
* host and firmware of the same WMI namespace will work
|
||||||
|
Reference in New Issue
Block a user