qca-wifi: use the generic peer iterate API
Use the peer iterate APIs to iterate through peers in vdev list at vdev, pdev, soc level Change-Id: I983d825a780d76370ecb652e5151029df0334a26
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
1052e4d52b
commit
fe5cbcd4ab
@@ -241,6 +241,11 @@ struct dbg_tx_comp_ppdu {
|
||||
struct dbg_tx_comp_ppdu_user user[];
|
||||
};
|
||||
|
||||
struct tid_q_len {
|
||||
uint64_t defer_msdu_len;
|
||||
uint64_t tasklet_msdu_len;
|
||||
uint64_t pending_q_len;
|
||||
};
|
||||
/*
|
||||
* dp_peer_tid_peer_id_update() – update peer_id to tid structure
|
||||
* @peer: Datapath peer
|
||||
|
Reference in New Issue
Block a user