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
parent fc4ac73e9b
commit 6997a37a1e
13 changed files with 179 additions and 26 deletions

View File

@@ -1080,6 +1080,8 @@ struct hal_hw_txrx_ops qca8074v2_hal_hw_txrx_ops = {
NULL,
NULL,
#endif
/* rx - msdu fast path info fields */
hal_rx_msdu_packet_metadata_get_generic,
};
struct hal_hw_srng_config hw_srng_table_8074v2[] = {