Arun Kumar Khandavalli 4c00a29780 qcacld-3.0: Use skb_alloc instead of qdf_nbuf_alloc for control port
Whenever a eapol packet is received over the control port driver
allocated using the qdf_nbuf_alloc and passes it over to the
hard_start_xmit which again tries to add the skb to the qdf nbuf
tracking list these operations result in the false positive warning
message of double allocation from the nbuf debug framework.

So, use the skb_alloc api instead of qdf_nbuf_alloc, so the skb
can be tracked in the hard_start_xmit and  avoid the warning from
the debug framework

Change-Id: I7cdb54fa6ef49f313cfb5ff48221aaf742e18a1f
CRs-Fixed: 3079746
2021-11-22 13:36:14 -08:00

This is CNSS WLAN Host Driver for products starting from iHelium
Popis
Nebyl uveden žádný popis
Readme 226 MiB
Jazyky
C 98.7%
C++ 0.9%
Makefile 0.3%
Starlark 0.1%