f2e0f22bf702b30f981cc64b29e8722231e1ed46

dp_rx_process stack frame has grown to exceed the stack frame size of 4096. dp_rx_deliver_to_stack_no_peer is a big function which should not be inline. Calling it in other function increases the stack size consumed by the caller function a lot. Since dp_rx_deliver_to_stack_no_peer is not called very frequently from dp_rx_process, changing its type to non-inline function does not hit the core rx datapath much. Hence change dp_rx_deliver_to_stack_no_peer to a non-inline function. Change-Id: Ib042f74c1f5a9cbe5fd947a24f004bb2fecf1fb1 CRs-Fixed: 2636365
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%