|
@@ -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;
|
|
hal_soc->ops->hal_get_reo_qdesc_size = hal_qca5332_get_reo_qdesc_size;
|
|
/* TX MONITOR */
|
|
/* TX MONITOR */
|
|
#ifdef QCA_MONITOR_2_0_SUPPORT
|
|
#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_soc->ops->hal_txmon_status_parse_tlv =
|
|
hal_txmon_status_parse_tlv_generic_be;
|
|
hal_txmon_status_parse_tlv_generic_be;
|
|
hal_soc->ops->hal_txmon_status_get_num_users =
|
|
hal_soc->ops->hal_txmon_status_get_num_users =
|
|
hal_txmon_status_get_num_users_generic_be;
|
|
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 */
|
|
#endif /* QCA_MONITOR_2_0_SUPPORT */
|
|
hal_soc->ops->hal_compute_reo_remap_ix0 = NULL;
|
|
hal_soc->ops->hal_compute_reo_remap_ix0 = NULL;
|
|
hal_soc->ops->hal_tx_vdev_mismatch_routing_set =
|
|
hal_soc->ops->hal_tx_vdev_mismatch_routing_set =
|