Эх сурвалжийг харах

fw-api: CL 18549173 - update fw common interface files

Change-Id: I9d9270c3b8d344257b92a6218ddf65baa76c531d
WMI: add vdev params for beacon miss time limits for WoW,non-WoW
CRs-Fixed: 2262693
spuligil 2 жил өмнө
parent
commit
8a9a761f59
2 өөрчлөгдсөн 6 нэмэгдсэн , 1 устгасан
  1. 5 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 5 - 0
fw/wmi_unified.h

@@ -14123,6 +14123,11 @@ typedef enum {
      */
     WMI_VDEV_PARAM_VDEV_TRAFFIC_CONFIG,                   /* 0xB6 */
 
+    /* Final bmiss time for Non WOW mode in sec */
+    WMI_VDEV_PARAM_FINAL_BMISS_TIME_SEC,                  /* 0xB7 */
+    /* Final bmiss time for WOW mode in sec */
+    WMI_VDEV_PARAM_FINAL_BMISS_TIME_WOW_SEC,              /* 0xB8 */
+
 
     /*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE ===
      * The below vdev param types are used for prototyping, and are

+ 1 - 1
fw/wmi_version.h

@@ -37,7 +37,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_ 1169
+#define __WMI_REVISION_ 1170
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work