diff --git a/hal/wifi3.0/qca5332/hal_5332.c b/hal/wifi3.0/qca5332/hal_5332.c index 2563ca06f2..2dfcf4a421 100644 --- a/hal/wifi3.0/qca5332/hal_5332.c +++ b/hal/wifi3.0/qca5332/hal_5332.c @@ -1905,12 +1905,14 @@ static void hal_hw_txrx_ops_attach_qca5332(struct hal_soc *hal_soc) hal_soc->ops->hal_get_reo_qdesc_size = hal_qca5332_get_reo_qdesc_size; /* TX MONITOR */ #ifdef QCA_MONITOR_2_0_SUPPORT + hal_soc->ops->hal_txmon_is_mon_buf_addr_tlv = + hal_txmon_is_mon_buf_addr_tlv_generic_be; + hal_soc->ops->hal_txmon_populate_packet_info = + hal_txmon_populate_packet_info_generic_be; hal_soc->ops->hal_txmon_status_parse_tlv = hal_txmon_status_parse_tlv_generic_be; hal_soc->ops->hal_txmon_status_get_num_users = hal_txmon_status_get_num_users_generic_be; - hal_soc->ops->hal_txmon_status_free_buffer = - hal_txmon_status_free_buffer_generic_be; #endif /* QCA_MONITOR_2_0_SUPPORT */ hal_soc->ops->hal_compute_reo_remap_ix0 = NULL; hal_soc->ops->hal_tx_vdev_mismatch_routing_set =