Jelajahi Sumber

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

Add pkt_err_rate_mon_time field to WMI_ROAM_PER_CONFIG_CMD message

Change-Id: I8e87a465e30c6545409f2259b84d8183a0ebbd23
CRs-Fixed: 1107600
Sandeep Puligilla 8 tahun lalu
induk
melakukan
b68e1863be
2 mengubah file dengan 10 tambahan dan 1 penghapusan
  1. 9 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 9 - 0
fw/wmi_unified.h

@@ -15733,6 +15733,15 @@ typedef struct {
      * (units are seconds)
      */
     A_UINT32 per_rest_time;
+    /* This is the total time for which PER monitoring will be run.
+     * After completion of time windows, the average PER over the window
+     * will be computed.
+     * The parameter value stores specifications for both TX and RX
+     * monitor times.
+     * The two least-significant bytes (0 & 1) hold the RX monitor time;
+     * the two most-significant bytes (2 & 3) hold the TX monitor time.
+     */
+    A_UINT32 pkt_err_rate_mon_time; /* units = seconds */
 } wmi_roam_per_config_fixed_param;
 
 typedef struct {

+ 1 - 1
fw/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_ 349
+#define __WMI_REVISION_ 350
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work