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

Change-Id: Iab124f02491e08e80a8fd54a7a6723dc1722cf7a
WMI: add link active flag to vdev stats struct
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2023-02-19 06:00:57 -08:00
parent 4cf6c6611a
commit bcbb045b0d
2 changed files with 18 additions and 1 deletions

View File

@@ -12787,6 +12787,14 @@ typedef struct {
A_UINT32 tx_bcn_outage_cnt; /* Total number of failed beacons */
} wmi_bcn_stats;
#define WMI_VDEV_STATS_FLAGS_LINK_ACTIVE_FLAG_IS_VALID_BIT 0
#define WMI_VDEV_STATS_FLAGS_LINK_ACTIVE_FLAG_IS_VALID_MASK \
(1 << WMI_VDEV_STATS_FLAGS_LINK_ACTIVE_FLAG_IS_VALID_BIT)
#define WMI_VDEV_STATS_FLAGS_IS_LINK_ACTIVE_BIT 1
#define WMI_VDEV_STATS_FLAGS_IS_LINK_ACTIVE_MASK \
(1 << WMI_VDEV_STATS_FLAGS_IS_LINK_ACTIVE_BIT)
/**
* vdev extension statistics
*/
@@ -12802,6 +12810,15 @@ typedef struct {
A_UINT32 unsolicited_prb_succ_cnt;
/* Total number of unsolicited probe response frames failed */
A_UINT32 unsolicited_prb_fail_cnt;
/* vdev info flags:
* bit 0: WMI_VDEV_STATS_FLAGS_LINK_ACTIVE_FLAG_IS_VALID,
* 0: the "is link active" flag is not valid
* 1: the "is link active" flag is valid
* bit 1: WMI_VDEV_STATS_FLAGS_IS_LINK_ACTIVE,
* 1:link_active; 0:link_inactive
* Refer to WMI_VDEV_STATS_FLAGS_ defs.
*/
A_UINT32 flags;
} wmi_vdev_extd_stats;
/**

View File

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