Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62a368f9 authored by spuligil's avatar spuligil
Browse files

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
parent 91a65638
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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