qcacmn: Tx packet capture

Add support to send MSDU, mgmt. and ctrl payload along with metadata
to upper layer callback

FR 42132

Change-Id: Ie751322c7c15419ea908538e9e8687b64693fcfa
CRs-Fixed:2068486
This commit is contained in:
Soumya Bhat
2017-10-03 15:04:09 +05:30
committed by snandini
parent f6cb4b8576
commit cfbb8952ff
7 changed files with 173 additions and 1 deletions

View File

@@ -531,6 +531,15 @@ struct cdp_soc_t {
struct ol_if_ops *ol_ops;
};
/*
* cdp_pdev_param_type: different types of parameters
* to set values in pdev
* @CDP_ENABLE_TX_CAPTURE: Enable Tx capture feature
*/
enum cdp_pdev_param_type {
CDP_CONFIG_TX_CAPTURE,
};
/*
* cdp_vdev_param_type: different types of parameters
* to set values in vdev