qcacmn: Add dp_update_msdu_to_list function to dp_mon_ops struct

This patch adds the function dp_update_msdu_to_list to dp_mon_ops
struct. This is needed for supporting tx capture module in NSS
offload.

Change-Id: Id36aa6d1442eed4112585807e8798fc28ccdc424
This commit is contained in:
Pavithra R
2021-08-05 22:04:36 +05:30
committed by Madan Koyyalamudi
parent 296e2e7722
commit 4a84bdb2ad
3 changed files with 69 additions and 0 deletions

View File

@@ -5603,6 +5603,7 @@ static struct dp_mon_ops monitor_ops = {
.mon_tx_capture_debugfs_init = dp_tx_capture_debugfs_init,
.mon_tx_add_to_comp_queue = dp_tx_add_to_comp_queue,
.mon_peer_tx_capture_filter_check = dp_peer_tx_capture_filter_check,
.mon_update_msdu_to_list = dp_update_msdu_to_list,
#endif
#if defined(WDI_EVENT_ENABLE) &&\
(defined(QCA_ENHANCED_STATS_SUPPORT) || !defined(REMOVE_PKT_LOG))