qcacmn: CDP interface to deliver Tx mgmt frames
Add CDP interface to pass on host generated mgmt frames to DP, to be included in Tx capture. Change-Id: Ic1a63c137ca546b0ad2b94d92fd5d489e9512a6f
This commit is contained in:

committed by
nshrivas

parent
db7271fbd4
commit
13abde98f1
@@ -2691,7 +2691,7 @@ static void dp_process_ppdu_stats_user_compltn_flush_tlv(struct dp_pdev *pdev,
|
||||
*
|
||||
* return: void
|
||||
*/
|
||||
static void dp_deliver_mgmt_frm(struct dp_pdev *pdev, qdf_nbuf_t nbuf)
|
||||
void dp_deliver_mgmt_frm(struct dp_pdev *pdev, qdf_nbuf_t nbuf)
|
||||
{
|
||||
if (pdev->tx_sniffer_enable || pdev->mcopy_mode) {
|
||||
dp_wdi_event_handler(WDI_EVENT_TX_MGMT_CTRL, pdev->soc,
|
||||
|
Reference in New Issue
Block a user