qcacmn: Add CDP API to get per link peer stats
Add new CDP API to get per link peer stats. Change-Id: I5685699601b31341caa655c5fe16655fa3bcc2a4 CRs-Fixed: 3442913
This commit is contained in:

committed by
Madan Koyyalamudi

parent
aff0f6c15a
commit
239bf915dd
@@ -5320,6 +5320,19 @@ void dp_soc_interrupt_detach(struct cdp_soc_t *txrx_soc);
|
||||
void dp_get_peer_stats(struct dp_peer *peer,
|
||||
struct cdp_peer_stats *peer_stats);
|
||||
|
||||
/**
|
||||
* dp_get_per_link_peer_stats()- Get per link peer stats
|
||||
* @peer: Datapath peer
|
||||
* @peer_stats: buffer for peer stats
|
||||
* @peer_type: Peer type
|
||||
* @num_link: Number of ML links
|
||||
*
|
||||
* Return: status success/failure
|
||||
*/
|
||||
QDF_STATUS dp_get_per_link_peer_stats(struct dp_peer *peer,
|
||||
struct cdp_peer_stats *peer_stats,
|
||||
enum cdp_peer_type peer_type,
|
||||
uint8_t num_link);
|
||||
/**
|
||||
* dp_get_peer_hw_link_id() - get peer hardware link id
|
||||
* @soc: soc handle
|
||||
|
Reference in New Issue
Block a user