9cc2e55b8ce6d4400e3fb1a6992edeb93d92debf

Currently in __qdf_nbuf_alloc(), __GFP_KSWAPD_RECLAIM flag is unset before calling kernel APIs for SKB allocation. Since this flag is not set, in low memory scenarios, nbuf allocations might fail resulting in firmware assert. Re-enable the __GFP_KSWAPD_RECLAIM flag to avoid these failures. It is safe to re-enable this flag since __qdf_nbuf_alloc() does not request for order-3 allocations any more. Change-Id: I2501a751d42277e2f7015b9e712ccdf5ec0ef7f1 CRs-Fixed: 3739812
This is CNSS WLAN Host Driver for products starting from iHelium
Apraksts
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%