소스 검색

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
nobelj 4 년 전
부모
커밋
49f6e0ba94
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      dp/inc/cdp_txrx_stats_struct.h

+ 1 - 0
dp/inc/cdp_txrx_stats_struct.h

@@ -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,