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

Add multi-cast and broadcast stats to WMI_UPDATE_STATS_EVENT msg

Change-Id: I10fb3b07d8e2316994f98c4fdd93c657bfce95e1
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2018-07-04 06:37:32 -07:00
parent 2aefdb6106
commit 5970dcf427
2 changed files with 7 additions and 2 deletions

View File

@@ -6284,6 +6284,8 @@ typedef struct {
A_UINT32 pdev_id; /** pdev_id for identifying the MAC. See macros starting with WMI_PDEV_ID_ for values. In non-DBDC case host should set it to 0. */
/** number of beacon stats event structures (wmi_bcn_stats) */
A_UINT32 num_bcn_stats;
/** number of extended peer stats event structures (wmi_peer_extd_stats) */
A_UINT32 num_peer_extd_stats;
/* This TLV is followed by another TLV of array of bytes
* A_UINT8 data[];
@@ -6963,7 +6965,10 @@ typedef struct {
A_UINT32 last_tx_rate_code;
/** TX power used by peer - units are 0.5 dBm */
A_INT32 last_tx_power;
A_UINT32 reserved[4]; /** for future use - add new peer stats here */
/* Total number of received multicast & broadcast data frames corresponding to this peer */
A_UINT32 rx_mc_bc_cnt; /* 1 in the MSB of rx_mc_bc_cnt represents a valid data */
A_UINT32 reserved[3]; /** for future use - add new peer stats here */
} wmi_peer_extd_stats;
typedef struct {