diff options
| author | tinlin <tinlin@codeaurora.org> | 2017-11-21 13:18:42 +0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-11-28 02:48:57 -0800 |
| commit | efc327de5ff54d60082ee603d5d93322ba74be0c (patch) | |
| tree | d18602841d099d33e4fdbf1e19eec79953f1a290 | |
| parent | 2063d6f1c1a32dfe558fa0bc9fe5715f6e6109da (diff) | |
qcacld-2.0: CL 3321948 - Update fw common interface files
Add WMI_PDEV_AUTO_DETECT_POWER_FAILURE in struct
WMI_PDEV_PARAM
Change-Id: I9bd82b8a0d382382da89d0b37069bca25e00e9d4
CRs-fixed: 865207
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 8 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_version.h | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index add141d847c2..41b5c90f6841 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -4525,6 +4525,14 @@ typedef enum { * 0- Disable DTIM Synth */ WMI_PDEV_PARAM_DTIM_SYNTH, + /** Configure auto detect power failure feature. + * 0 - FW will trigger crash if power failure happens. + * 1 - FW will send a failure notification to host, and the host + * framework determines how to respond to the power failure + * 2 - Silently rejuvenate if power failure occurs. + * 3 - Feature disabled. + */ + WMI_PDEV_AUTO_DETECT_POWER_FAILURE, } WMI_PDEV_PARAM; typedef enum { diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index c66848b0e561..995e01c70b38 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_ 421 +#define __WMI_REVISION_ 422 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
