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:

committed by
Madan Koyyalamudi

parent
7ca62390e7
commit
ceccc982e3
@@ -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);
|
||||
|
Reference in New Issue
Block a user