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