1
0

qcacld-3.0: Register tx and rx ops for packet capture component

Register tx and rx ops to send packet capture mode command and
to receive mgmt offload handler for packet capture component.

Change-Id: I70da00feff29399b98c5916eec17e26b62285db3
CRs-Fixed: 2619321
Este cometimento está contido em:
Vulupala Shashank Reddy
2020-02-03 18:33:19 +05:30
cometido por nshrivas
ascendente f07589a517
cometimento 4affa222c9
7 ficheiros modificados com 190 adições e 30 eliminações

Ver ficheiro

@@ -147,6 +147,14 @@ ucfg_pkt_capture_mgmt_tx_completion(
uint32_t desc_id,
uint32_t status,
struct mgmt_offload_event_params *params);
/**
* ucfg_pkt_capture_enable_ops - Enable packet capture tx and rx ops handlers
* @wlan_objmgr_vdev: wlan vdev object manager
*
* Return: 0 on success, -EINVAL on failure
*/
int ucfg_pkt_capture_enable_ops(struct wlan_objmgr_vdev *vdev);
#else
static inline
QDF_STATUS ucfg_pkt_capture_init(void)