Colin Ian King colin.i.king@gmail.com wrote:
A previous clean-up fix removed the assignment of v2 inside a while loop that turned it into an infinite loop. Fix this by restoring the assignment of v2 from array[] so that v2 is updated inside the loop.
Fixes: cda37445718d ("wifi: rtlwifi: rtl8821ae: phy: remove some useless code") Signed-off-by: Colin Ian King colin.i.king@gmail.com Tested-by: Ping-Ke Shih pkshih@realtek.com Reviewed-by: Su Hui suhui@nfschina.com
1 patch(es) applied to rtw-next branch of rtw.git, thanks.
5e5903a442bb wifi: rtlwifi: rtl8821ae: phy: restore removed code to fix infinite loop