Преглед на файлове

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
snandini преди 7 години
родител
ревизия
8998c70eb5
променени са 2 файла, в които са добавени 9 реда и са изтрити 1 реда
  1. 8 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 8 - 0
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 {

+ 1 - 1
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