qcacmn: Move per packet stats params to txrx_peer
Move the stats parameters from the dp_peer which are used in per packet path to txrx_peer Change-Id: Ieb68b6950740791b37bbd2bfdc4815c3d7bc4834 CRs-Fixed: 3095637
This commit is contained in:

committed by
Madan Koyyalamudi

parent
98b25a2ee6
commit
b9038e9d4e
@@ -262,8 +262,9 @@ void dp_tx_inspect_handler(struct dp_soc *soc,
|
||||
struct dp_vdev *vdev,
|
||||
struct dp_tx_desc_s *tx_desc,
|
||||
uint8_t *status);
|
||||
void dp_tx_update_peer_basic_stats(struct dp_peer *peer, uint32_t length,
|
||||
uint8_t tx_status, bool update);
|
||||
void dp_tx_update_peer_basic_stats(struct dp_txrx_peer *txrx_peer,
|
||||
uint32_t length, uint8_t tx_status,
|
||||
bool update);
|
||||
|
||||
#ifndef QCA_HOST_MODE_WIFI_DISABLED
|
||||
/**
|
||||
|
Reference in New Issue
Block a user