qcacmn: Pre-alloc rx rings history when feature is enabled
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
Loading
Please register or sign in to comment