qcacmn: Add WDI event for rx packet to packet capture mode

Add WDI event and call wdi event handler for to deliver rx packet
to packet capture mode.

Change-Id: I856ac07f292047136431f67bb2654c855767e5e8
CRs-Fixed: 2844728
Esse commit está contido em:
Vulupala Shashank Reddy
2020-11-18 19:51:26 +05:30
commit de snandini
commit 6735c84cff
3 arquivos alterados com 49 adições e 1 exclusões

Ver arquivo

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