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:
@@ -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;
|
||||
|
||||
/**
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user