staging: r8188eu: fix endless loop in recv_func
authorMartin Kaiser <martin@kaiser.cx>
Sat, 26 Feb 2022 18:14:53 +0000 (19:14 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 1 Mar 2022 21:33:37 +0000 (22:33 +0100)
commit1327fcf175fa63d3b7a058b8148ed7714acdc035
tree58cbc4efd168542c8bc1fb6bfea5d08d61cf6888
parent6e1e59c1caf6d1981bfab8a2c920ad2e9995471c
staging: r8188eu: fix endless loop in recv_func

Fix an endless loop in recv_func. If pending_frame is not NULL, we're
stuck in the while loop forever. We have to call rtw_alloc_recvframe
each time we loop.

Fixes: 15865124feed ("staging: r8188eu: introduce new core dir for RTL8188eu driver")
Reported-by: Pavel Skripkin <paskripkin@gmail.com>
Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20220226181457.1138035-4-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_recv.c