qcacmn: Add WDI event for tx completion for packet capture mode

Add WDI event and call wdi event handler for tx completion for
packet capture mode.

Change-Id: I99225dda53effc6ab5a80a32aa8aa082543855b2
CRs-Fixed: 2844724
This commit is contained in:
Vulupala Shashank Reddy
2020-11-18 19:12:05 +05:30
committed by snandini
parent d56177bd21
commit 0366025b7f
3 changed files with 35 additions and 0 deletions

View File

@@ -363,6 +363,7 @@ enum WDI_EVENT {
WDI_EVENT_RX_MPDU,
WDI_EVENT_HMWDS_AST_ADD_STATUS,
WDI_EVENT_PEER_QOS_STATS,
WDI_EVENT_PKT_CAPTURE_TX_DATA,
/* End of new event items */
WDI_EVENT_LAST
};