c0396e72ea0cbbf3d498dc5473d2232bac8af0d1

currently qdf_nbuf_len is being used to get the length of the tx pkt, but this API also interprets the nbuf CB field to adjust the length if extra_frags are present. The concept of extra_frags is applicable only for legacy drivers but in lithium as cb is not reset in the driver the qdf_nbuf_len API is mis-calculating the length if extra_frag field in cb is set by any network stack protocol. To avoid this qdf_nbuf_headlen API is used to get the length of the TX pkt. Change-Id: Ie1e0b4b2168daf93ae77f4c995f5c3476a27b433
This is CNSS WLAN Host Driver for products starting from iHelium
Omschrijving
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%