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

@@ -389,6 +389,16 @@ cdp_peer_set_nawds(ol_txrx_soc_handle soc,
return;
}
static inline void cdp_txrx_set_pdev_param(ol_txrx_soc_handle soc,
struct cdp_pdev *pdev, enum cdp_pdev_param_type type,
uint8_t val)
{
if (soc->ops->ctrl_ops->txrx_set_pdev_param)
return soc->ops->ctrl_ops->txrx_set_pdev_param
(pdev, type, val);
}
/**
* @brief Subscribe to a specified WDI event.
* @details