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