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:

committed by
Madan Koyyalamudi

parent
97524335e8
commit
d30d545aee
@@ -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 */
|
||||
|
Reference in New Issue
Block a user