qcacld-2.0: CL 3983542 - update fw commmon interface files

WMI: extend the ratemask in the vdev config ratemask msg

Change-Id: I300c3052c3c454b87223f7d945f7582acbc49a0f
CRs-Fixed: 865207
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h
index 2727a06..a0c8eec 100644
--- a/CORE/SERVICES/COMMON/wmi_unified.h
+++ b/CORE/SERVICES/COMMON/wmi_unified.h
@@ -14843,6 +14843,11 @@
 
     /** 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 a9ed40f..f3ca89c 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