Pārlūkot izejas kodu

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

Add WMI_PDEV_PARAM_NAV_OVERRIDE_CONFIG def

Change-Id: I87a0b0865241fdb3a43751161a124160bc7f7d1b
CRs-Fixed: 2262693
spuligil 6 gadi atpakaļ
vecāks
revīzija
b1ebd0ea04
2 mainītis faili ar 12 papildinājumiem un 1 dzēšanām
  1. 11 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 11 - 0
fw/wmi_unified.h

@@ -5546,6 +5546,17 @@ typedef enum {
      */
     WMI_PDEV_PARAM_SET_TBTT_CTRL,
 
+    /*
+     * BITS0 ~1 (refer to enum)
+     * 0 - default --> always update
+     * 1 - ignore to update
+     * 2 - update if larger than threshould
+     * 3 - update if less or equal than threshould
+     *
+     * BITS 2 ~ 31 Threshould
+     */
+    WMI_PDEV_PARAM_NAV_OVERRIDE_CONFIG,
+
 } 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_ 622
+#define __WMI_REVISION_ 623
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work