diff --git a/dp/inc/cdp_txrx_ctrl.h b/dp/inc/cdp_txrx_ctrl.h index f4b8ecc4d5..82e589e130 100644 --- a/dp/inc/cdp_txrx_ctrl.h +++ b/dp/inc/cdp_txrx_ctrl.h @@ -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 */ /** - * cdp_peer_flush_frags() - flush frags for peer + * cdp_txrx_peer_flush_frags() - flush frags for peer * * @soc - pointer to the soc * @vdev - the data virtual device object diff --git a/dp/wifi3.0/dp_main.c b/dp/wifi3.0/dp_main.c index d2667fa2a6..79eb36364b 100644 --- a/dp/wifi3.0/dp_main.c +++ b/dp/wifi3.0/dp_main.c @@ -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_get_pdev_phyrx_error_mask = dp_get_pdev_phyrx_error_mask, #endif + .txrx_peer_flush_frags = dp_peer_flush_frags, }; static struct cdp_me_ops dp_ops_me = {