qcacmn: RX AM Copy mode

Provision to send first MSDU of a PPDU to upper layer based
on PPDU ID received in RX monitor lite ring.
FR 42926

Change-Id: I6daed9382b57fb3355ec6453e0609085cc7b9bb0
CRs-Fixed: 2127108
This commit is contained in:
Soumya Bhat
2017-10-31 13:12:37 +05:30
committed by snandini
parent 2f779b050b
commit 6fee59c4d5
7 changed files with 73 additions and 11 deletions

View File

@@ -534,10 +534,10 @@ struct cdp_soc_t {
/*
* cdp_pdev_param_type: different types of parameters
* to set values in pdev
* @CDP_ENABLE_TX_CAPTURE: Enable Tx capture feature
* @CDP_CONFIG_DEBUG_SNIFFER: Enable debug sniffer feature
*/
enum cdp_pdev_param_type {
CDP_CONFIG_TX_CAPTURE,
CDP_CONFIG_DEBUG_SNIFFER,
};
/*