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
@@ -1361,6 +1361,15 @@ QDF_STATUS dp_tx_add_to_comp_queue(struct dp_soc *soc,
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef FEATURE_PERPKT_INFO
|
||||
void dp_deliver_mgmt_frm(struct dp_pdev *pdev, qdf_nbuf_t nbuf);
|
||||
#else
|
||||
static inline
|
||||
void dp_deliver_mgmt_frm(struct dp_pdev *pdev, qdf_nbuf_t nbuf)
|
||||
{
|
||||
}
|
||||
#endif
|
||||
|
||||
/**
|
||||
* dp_vdev_to_cdp_vdev() - typecast dp vdev to cdp vdev
|
||||
* @vdev: DP vdev handle
|
||||
|
Reference in New Issue
Block a user