diff options
| author | snandini <snandini@codeaurora.org> | 2017-08-02 09:02:39 -0700 |
|---|---|---|
| committer | snandini <snandini@codeaurora.org> | 2017-08-02 09:02:39 -0700 |
| commit | 7bd70c7f67e2dfcf4d0c09b53561ce0fc2bf0e00 (patch) | |
| tree | 632eaaf4572ddcafc1905fc7dcc67af207dbbe07 | |
| parent | b79bd7bf692b31a437871146d8b5bd3a6a43c6d7 (diff) | |
fw-api: CL 3321948 - update fw common interface files
WMI pdev param to configure auto detect power failure response
Change-Id: I29dbd0911f9e11dbb8e143562cb8abee51caf3ee
CRs-Fixed: 1107600
| -rwxr-xr-x | fw/wmi_unified.h | 8 | ||||
| -rwxr-xr-x | fw/wmi_version.h | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index f22b399eaee7..45c19a070b73 100755 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -4477,6 +4477,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 struct { diff --git a/fw/wmi_version.h b/fw/wmi_version.h index c3a6fe96380a..9fbe25da2a48 100755 --- a/fw/wmi_version.h +++ b/fw/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 |
