diff options
| author | tinlin <tinlin@codeaurora.org> | 2017-11-20 18:59:13 +0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-11-28 02:34:20 -0800 |
| commit | ebe527f79cc2b029803f75532efc54cd403353bb (patch) | |
| tree | b594f35ee31b784a9bdc6511b1e37ec4fff6ebf7 | |
| parent | 5474307bd3f90d20506dd4378c8983e1441798e5 (diff) | |
qcacld-2.0: CL 3200954 - Update fw common interface files
Add WMI_STA_PS_PARAM_MAX_RESET_ITO_COUNT_ON_TIM_NO_TXRX
Change-Id: Ibd875885947f6fc2dad441118e2289c4e7ac0e93
CRs-fixed: 865207
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 6 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_version.h | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index eaed161fb97e..60b7f74ec2c4 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -8022,6 +8022,12 @@ enum wmi_sta_powersave_param { * no-data bit set */ WMI_STA_PS_PARAM_QPOWER_SPEC_MAX_SPEC_NODATA_PSPOLL = 9, + + /** + * Max value of ITO reset when there is no tx-rx + * after AP has set the TIM bit + */ + WMI_STA_PS_PARAM_MAX_RESET_ITO_COUNT_ON_TIM_NO_TXRX = 10, }; typedef struct { diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index a69a1d5cfd96..10080a4ae6bb 100644 --- a/CORE/SERVICES/COMMON/wmi_version.h +++ b/CORE/SERVICES/COMMON/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_ 408 +#define __WMI_REVISION_ 409 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
