qcacmn: Update deterministic stats for rx

update mode count and avg rate for SU

CRs-Fixed: 3380939
Change-Id: Id593cc98fd58cdf55269966650cad9f53889c4ec
This commit is contained in:
aloksing
2023-01-10 18:31:54 +05:30
committed by Madan Koyyalamudi
parent a3a4b8e44b
commit e657b7999f
3 changed files with 63 additions and 0 deletions

View File

@@ -2937,6 +2937,16 @@ struct cdp_peer_tx_ul_deter {
uint32_t trigger_success;
uint32_t trigger_fail;
};
/**
* struct cdp_peer_rx_deter- Structure to hold peer rx deterministic stats
* @avg_rate: Average RX rate
* @mode_cnt: RX mode count
*/
struct cdp_peer_rx_deter {
uint64_t avg_rate;
uint32_t mode_cnt;
};
#endif
/* struct cdp_pdev_stats - pdev stats