dd2196a8f59b513b5be227b201ba86d3274883df

While processing of frames received before peer is registered in process context, tcp_v4_rcv() is called which takes a spinlock and in between the processing before spinlock can be released, it is getting preempted by hif_napi_poll() as it gets executed in softirq context. It tries to take the same spinlock in tcp_v4_rcv() resulting in deadlock. Do netif_rx_ni() for frames received before peer is registered. Change-Id: I6228984f209bb9312ed9d8f3937d6036918ff750 CRs-Fixed: 2034244
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%