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
committed by Madan Koyyalamudi
parent 7ca62390e7
commit ceccc982e3
16 changed files with 38 additions and 20 deletions

View File

@@ -939,7 +939,7 @@ struct hal_hw_txrx_ops {
uint8_t (*hal_rx_msdu_end_last_msdu_get)(uint8_t *buf);
bool (*hal_rx_get_mpdu_mac_ad4_valid)(uint8_t *buf);
uint32_t (*hal_rx_mpdu_start_sw_peer_id_get)(uint8_t *buf);
uint32_t (*hal_rx_mpdu_peer_meta_data_get)(uint8_t *buf);
uint32_t (*hal_rx_tlv_peer_meta_data_get)(uint8_t *buf);
uint32_t (*hal_rx_mpdu_get_to_ds)(uint8_t *buf);
uint32_t (*hal_rx_mpdu_get_fr_ds)(uint8_t *buf);
uint8_t (*hal_rx_get_mpdu_frame_control_valid)(uint8_t *buf);