Преглед изворни кода

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

Change-Id: Ic6c84baea71f2314b393bf9b1350f028f4d1a42d
WMI: add vdev_stats_id to vdev_create cmd msg
CRs-Fixed: 2262693
spuligil пре 3 година
родитељ
комит
62a368f9cb
2 измењених фајлова са 10 додато и 1 уклоњено
  1. 9 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 9 - 0
fw/wmi_unified.h

@@ -10994,6 +10994,15 @@ typedef struct {
      * Use @vdevid_trans in vdev start instead.
      */
     A_UINT32 vdevid_trans;
+    /* vdev_stats_id_valid indicates whether vdev_stats_id is valid */
+    A_UINT32 vdev_stats_id_valid;
+    /**
+     * vdev_stats_id indicates the ID for the REO Rx stats collection
+     * For Beryllium: 0-47 is the valid range and >=48 is invalid
+     * This vdev_stats_id field should be ignored unless the
+     * vdev_stats_id_valid field is non-zero.
+     */
+    A_UINT32 vdev_stats_id;
 /* This TLV is followed by another TLV of array of structures
  *   wmi_vdev_txrx_streams cfg_txrx_streams[];
  *   wmi_vdev_create_mlo_params mlo_params[0,1];

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