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
Esse commit está contido em:
spuligil
2021-11-11 06:00:59 -08:00
commit 62a368f9cb
2 arquivos alterados com 10 adições e 1 exclusões

Ver arquivo

@@ -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];

Ver arquivo

@@ -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