qcacmn: Adding wmi param as part of peer_extd_stats
Adding two members including tx sgi_count in host peer_extd_stats structure which is received from the fw and populated to upper layer along with adding two members to cdp_rx_stats. Change-Id: Id45b2d0042d01771ac74a906d72c369c3dc31394 CRs-Fixed: 2147922
This commit is contained in:
@@ -355,6 +355,8 @@ struct cdp_tx_stats {
|
||||
* @rx_wepfail: rx wep processing failed
|
||||
* @rx_aggr: aggregation on rx
|
||||
* @rx_discard: packets discard in rx
|
||||
* @rx_ratecode: Rx rate code of last frame
|
||||
* @rx_flags: rx flags
|
||||
*/
|
||||
struct cdp_rx_stats {
|
||||
struct cdp_pkt_info to_stack;
|
||||
@@ -407,6 +409,8 @@ struct cdp_rx_stats {
|
||||
/*add for peer updated for ppdu*/
|
||||
uint32_t rx_aggr;
|
||||
uint32_t rx_discard;
|
||||
uint32_t rx_ratecode;
|
||||
uint32_t rx_flags;
|
||||
};
|
||||
|
||||
/* struct cdp_tx_ingress_stats - Tx ingress Stats
|
||||
|
Reference in New Issue
Block a user