From 7bd70c7f67e2dfcf4d0c09b53561ce0fc2bf0e00 Mon Sep 17 00:00:00 2001 From: snandini Date: Wed, 2 Aug 2017 09:02:39 -0700 Subject: 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 --- fw/wmi_unified.h | 8 ++++++++ fw/wmi_version.h | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3