summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfw/wmi_unified.h8
-rwxr-xr-xfw/wmi_version.h4
2 files changed, 9 insertions, 3 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h
index 24abe510f2b3..415ad4d84632 100755
--- a/fw/wmi_unified.h
+++ b/fw/wmi_unified.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2017 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2010-2018 The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
@@ -14746,6 +14746,12 @@ typedef struct {
/** index of peak magnitude bin (signed) */
A_INT32 peak_sidx;
+ /** Max pulse chirp velocity in delta bins over chirp FFT interval */
+ A_INT32 pulse_delta_peak;
+
+ /** Max pulse chirp velocity variance in delta bins */
+ A_INT32 pulse_delta_diff;
+
} wmi_dfs_radar_event_fixed_param;
enum {
diff --git a/fw/wmi_version.h b/fw/wmi_version.h
index 55437d7f29ce..f1c6651fc25e 100755
--- a/fw/wmi_version.h
+++ b/fw/wmi_version.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012-2017 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2012-2018 The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
@@ -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_ 488
+#define __WMI_REVISION_ 489
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work