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:
@@ -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
|
||||
|
Reference in New Issue
Block a user