qcacmn: Fix flush frags txrx function pointer

Fix flush frags txrx function pointer.
Change-Id: I9906d0ca5958a7f3b2bbf262c2c1c8320060bc37
CRs-Fixed: 3154661
This commit is contained in:
Varsha Mishra
2022-03-22 12:00:49 +05:30
committed by Madan Koyyalamudi
parent 9e1d5d198b
commit 8ca197ca9e
2 changed files with 2 additions and 1 deletions

View File

@@ -1294,7 +1294,7 @@ cdp_dump_rx_flow_tag_stats(ol_txrx_soc_handle soc, uint8_t pdev_id,
#endif /* WLAN_SUPPORT_RX_FLOW_TAG */ #endif /* WLAN_SUPPORT_RX_FLOW_TAG */
/** /**
* cdp_peer_flush_frags() - flush frags for peer * cdp_txrx_peer_flush_frags() - flush frags for peer
* *
* @soc - pointer to the soc * @soc - pointer to the soc
* @vdev - the data virtual device object * @vdev - the data virtual device object

View File

@@ -12490,6 +12490,7 @@ static struct cdp_ctrl_ops dp_ops_ctrl = {
.txrx_set_pdev_phyrx_error_mask = dp_set_pdev_phyrx_error_mask, .txrx_set_pdev_phyrx_error_mask = dp_set_pdev_phyrx_error_mask,
.txrx_get_pdev_phyrx_error_mask = dp_get_pdev_phyrx_error_mask, .txrx_get_pdev_phyrx_error_mask = dp_get_pdev_phyrx_error_mask,
#endif #endif
.txrx_peer_flush_frags = dp_peer_flush_frags,
}; };
static struct cdp_me_ops dp_ops_me = { static struct cdp_me_ops dp_ops_me = {