qcacmn: Schedule oom_allocation work for SRNG based CE
On nbuf allocation failure in hif_post_recv_buffers_for_pipe for the last buffer in the CE destination ring, oom_allocation work is not getting scheduled since there is a mismatch between the recv_buffers_needed and the num_entries - 1 of the destination ring. Fix is to schedule the oom_allocation work for srng based CE with appropriate check of recv_buffers_needed and destination ring num_entries. Change-Id: Ie20d5b21358a401e60776db8a3a8a8644279f1fe CRs-Fixed: 2705475
Loading
Please register or sign in to comment