f1aa992998b6709f1624f92f64cdb12bb918cb11

Currently the rx rings history is allocated dynamically on load time. The memory requirement for saving these history are more than a page (order 5 to 6 allocations). Such big memory allocation can fail due to various reasons, one of them being memory fragmentation. Fix this by pre-allocating the rx ring history memory. Also allocate the rx reinject history memory when the HW accelerated path is used. Change-Id: Id957cd5df91a2ca7f182dea691a0557b4e386f55 CRs-Fixed: 2844388
This is CNSS WLAN Host Driver for products starting from iHelium
Description
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%