qcacmn: Counters to track when wifi firmware drops in Tx path

Incremented an counter when wifi FW drops the packet in DS mode
with reason as FW2WBM_TX_STATUS_DROP and we can dump it
via 260 output

Change-Id: Ieb52b0af6dca66732f34cc7f1cfba5c467e9507f
CRs-Fixed: 3383509
This commit is contained in:
Nanda Krishnan
2023-01-04 17:16:07 +05:30
committed by Madan Koyyalamudi
parent 97524335e8
commit d30d545aee
5 changed files with 56 additions and 2 deletions

View File

@@ -1914,6 +1914,7 @@ struct cdp_tx_ingress_stats {
uint32_t drop_ingress;
uint32_t invalid_peer_id_in_exc_path;
uint32_t tx_mcast_drop;
uint32_t fw2wbm_tx_drop;
} dropped;
/* Mesh packets info */