qcacmn: Add new WDI event index for tx capture

added new WDI event index for tx capture, share same index cause
corruption when switching different feature without delay.

Change-Id: I9e7a849968544957491891629eb42974c8b65728
This commit is contained in:
nobelj
2021-01-27 18:55:33 -08:00
committed by snandini
parent adea92b026
commit 49f6e0ba94

View File

@@ -350,6 +350,7 @@ enum WDI_EVENT {
WDI_EVENT_TX_DATA,
WDI_EVENT_RX_DATA,
WDI_EVENT_TX_MGMT_CTRL,
WDI_EVENT_TX_PKT_CAPTURE,
WDI_EVENT_HTT_STATS,
WDI_EVENT_TX_BEACON,
WDI_EVENT_PEER_STATS,