qcacmn: Extract msdu end TLV information at once during Rx fast path
Rather than extracting msdu end pkt tlv information per field basis during fast data path, extract msdu end pkt tlv information at once and store in local structure. Change-Id: I0877ba4f824d480cc0851c72090f010852d0d203
This commit is contained in:
@@ -462,6 +462,8 @@ struct hal_hw_txrx_ops {
|
||||
uint16_t (*hal_rx_get_rx_sequence)(uint8_t *buf);
|
||||
void (*hal_rx_get_bb_info)(void *rx_tlv, void *ppdu_info_handle);
|
||||
void (*hal_rx_get_rtt_info)(void *rx_tlv, void *ppdu_info_handle);
|
||||
void (*hal_rx_msdu_packet_metadata_get)(uint8_t *buf,
|
||||
void *msdu_pkt_metadata);
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user