|
@@ -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 {
|