diff options
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 5 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_version.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index 2727a06a67ab..a0c8eecb5756 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -14843,6 +14843,11 @@ 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; diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index a9ed40fca631..f3ca89cb05f3 100644 --- a/CORE/SERVICES/COMMON/wmi_version.h +++ b/CORE/SERVICES/COMMON/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_ 488 +#define __WMI_REVISION_ 489 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
