qcacmn: Add support to track per peer no ack counts
Add support to track no ack count for different protocol packets per peer. Change-Id: I32f04eb3817c1b6c4806c8bb0230db3a71fadb5e CRs-Fixed: 2643532
This commit is contained in:

committed by
nshrivas

parent
2a4239d3e9
commit
0ffde7142a
@@ -858,6 +858,7 @@ struct cdp_tx_stats {
|
||||
struct cdp_tx_pkt_info ru_loc[MAX_RU_LOCATIONS];
|
||||
|
||||
uint32_t num_ppdu_cookie_valid;
|
||||
uint32_t no_ack_count[QDF_PROTO_SUBTYPE_MAX];
|
||||
};
|
||||
|
||||
/* struct cdp_rx_stats - rx Level Stats
|
||||
|
Reference in New Issue
Block a user