qcacmn: Get the peer meta data from msdu end tlv

In QCN9224 fetch the peer meta data from the msdu end tlv
instead of MPDU start

Change-Id: Icd9420cd83e06abe5e54e9e05cc8cbf8d8312ae1
CRs-Fixed: 3245626
This commit is contained in:
Sai Rupesh Chevuru
2022-07-18 23:41:36 +05:30
کامیت شده توسط Madan Koyyalamudi
والد 7ca62390e7
کامیت ceccc982e3
16فایلهای تغییر یافته به همراه38 افزوده شده و 20 حذف شده

مشاهده پرونده

@@ -1983,7 +1983,7 @@ static void hal_hw_txrx_ops_attach_qca6750(struct hal_soc *hal_soc)
hal_rx_get_mpdu_mac_ad4_valid_6750;
hal_soc->ops->hal_rx_mpdu_start_sw_peer_id_get =
hal_rx_mpdu_start_sw_peer_id_get_6750;
hal_soc->ops->hal_rx_mpdu_peer_meta_data_get =
hal_soc->ops->hal_rx_tlv_peer_meta_data_get =
hal_rx_mpdu_peer_meta_data_get_li;
hal_soc->ops->hal_rx_mpdu_get_to_ds = hal_rx_mpdu_get_to_ds_6750;
hal_soc->ops->hal_rx_mpdu_get_fr_ds = hal_rx_mpdu_get_fr_ds_6750;