summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfw/wmi_unified.h11
-rwxr-xr-xfw/wmi_version.h2
2 files changed, 12 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h
index 5c2e530982fc..98c6140207a1 100755
--- a/fw/wmi_unified.h
+++ b/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 {
diff --git a/fw/wmi_version.h b/fw/wmi_version.h
index 52ded35edc48..379dcf41061c 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_ 622
+#define __WMI_REVISION_ 623
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work