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:
syed touqeer pasha
2019-12-31 15:45:55 +05:30
committed by nshrivas
父節點 fc4ac73e9b
當前提交 6997a37a1e
共有 13 個文件被更改,包括 179 次插入26 次删除

查看文件

@@ -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);
};
/**