4c00a29780eefaa89548a27c12adc7082b9fbf65

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
This is CNSS WLAN Host Driver for products starting from iHelium
Popis
Jazyky
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%