|
@@ -1854,14 +1854,15 @@ static void hal_hw_txrx_ops_attach_qcn9224(struct hal_soc *hal_soc)
|
|
hal_rx_msdu_get_flow_params_be;
|
|
hal_rx_msdu_get_flow_params_be;
|
|
hal_soc->ops->hal_rx_tlv_get_tcp_chksum = hal_rx_tlv_get_tcp_chksum_be;
|
|
hal_soc->ops->hal_rx_tlv_get_tcp_chksum = hal_rx_tlv_get_tcp_chksum_be;
|
|
hal_soc->ops->hal_rx_get_rx_sequence = hal_rx_get_rx_sequence_be;
|
|
hal_soc->ops->hal_rx_get_rx_sequence = hal_rx_get_rx_sequence_be;
|
|
-#if defined(QCA_WIFI_QCA9224) && defined(WLAN_CFR_ENABLE) && \
|
|
|
|
- defined(WLAN_ENH_CFR_ENABLE)
|
|
|
|
|
|
+
|
|
|
|
+#if defined(WLAN_CFR_ENABLE) && defined(WLAN_ENH_CFR_ENABLE)
|
|
hal_soc->ops->hal_rx_get_bb_info = hal_rx_get_bb_info_9224;
|
|
hal_soc->ops->hal_rx_get_bb_info = hal_rx_get_bb_info_9224;
|
|
hal_soc->ops->hal_rx_get_rtt_info = hal_rx_get_rtt_info_9224;
|
|
hal_soc->ops->hal_rx_get_rtt_info = hal_rx_get_rtt_info_9224;
|
|
#else
|
|
#else
|
|
hal_soc->ops->hal_rx_get_bb_info = NULL;
|
|
hal_soc->ops->hal_rx_get_bb_info = NULL;
|
|
hal_soc->ops->hal_rx_get_rtt_info = NULL;
|
|
hal_soc->ops->hal_rx_get_rtt_info = NULL;
|
|
#endif
|
|
#endif
|
|
|
|
+
|
|
/* rx - msdu fast path info fields */
|
|
/* rx - msdu fast path info fields */
|
|
hal_soc->ops->hal_rx_msdu_packet_metadata_get =
|
|
hal_soc->ops->hal_rx_msdu_packet_metadata_get =
|
|
hal_rx_msdu_packet_metadata_get_generic_be;
|
|
hal_rx_msdu_packet_metadata_get_generic_be;
|