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

@@ -786,7 +786,8 @@ static inline void
dp_rx_wds_srcport_learn(struct dp_soc *soc,
uint8_t *rx_tlv_hdr,
struct dp_peer *ta_peer,
qdf_nbuf_t nbuf)
qdf_nbuf_t nbuf,
struct hal_rx_msdu_metadata msdu_metadata)
{
}
#endif