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:

committed by
Madan Koyyalamudi

parent
a3a4b8e44b
commit
e657b7999f
@@ -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
|
||||
|
Reference in New Issue
Block a user