qcacmn: Update peer rx mpdu count per mcs rate
Update the peer rx mpdu count per mcs rate as part of peer stats updation. Change-Id: I945d32c7701f5f5c9bfbbaa6ab4576b94389c84c CRs-Fixed: 2688068
This commit is contained in:

committed by
nshrivas

parent
dce7e20f02
commit
1173b39f0f
@@ -922,6 +922,7 @@ struct cdp_tx_stats {
|
||||
* @rssi: RSSI of received signal
|
||||
* @last_rssi: Previous rssi
|
||||
* @multipass_rx_pkt_drop: Dropped multipass rx pkt
|
||||
* @rx_mpdu_cnt: rx mpdu count per MCS rate
|
||||
*/
|
||||
struct cdp_rx_stats {
|
||||
struct cdp_pkt_info to_stack;
|
||||
@@ -989,6 +990,7 @@ struct cdp_rx_stats {
|
||||
uint8_t rssi;
|
||||
uint8_t last_rssi;
|
||||
uint32_t multipass_rx_pkt_drop;
|
||||
uint32_t rx_mpdu_cnt[MAX_MCS];
|
||||
};
|
||||
|
||||
/* struct cdp_tx_ingress_stats - Tx ingress Stats
|
||||
|
Reference in New Issue
Block a user