Эх сурвалжийг харах

fw-api: CL 3983542 - update fw common interface files

Change-Id: Iabd96dc8c8167d27b1c75ec8830ed6bab08bd85b
WMI: extend the ratemask in the vdev config ratemask msg
CRs-Fixed: 1107600
spuligil 7 жил өмнө
parent
commit
b45b4d67b7
2 өөрчлөгдсөн 9 нэмэгдсэн , 3 устгасан
  1. 7 1
      fw/wmi_unified.h
  2. 2 2
      fw/wmi_version.h

+ 7 - 1
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 {

+ 2 - 2
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