]> git.baikalelectronics.ru Git - kernel.git/commit
wifi: rtw89: Fix some error handling path in rtw89_core_sta_assoc()
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 13 Nov 2022 15:49:18 +0000 (16:49 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 31 Dec 2022 12:32:11 +0000 (13:32 +0100)
commit04cf3d399cf02f53cee66b938976b4cd660cc688
tree844383ea95e6603560a4d917a127f0093b3b3bbf
parentdceb8702667b0df08f5fff1cd1e0362236461aab
wifi: rtw89: Fix some error handling path in rtw89_core_sta_assoc()

[ Upstream commit f9bd786cfd8b461b6e3925642308bb83c2c77c74 ]

'ret' is not updated after a function call in rtw89_core_sta_assoc().
This prevent error handling from working.

Add the missing assignment.

Fixes: 9c5adf19c17c ("rtw89: add Realtek 802.11ax driver")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Acked-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/7b1d82594635e4406d3438f33d8da29eaa056c5a.1668354547.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/wireless/realtek/rtw89/core.c