OSDN Git Service

wifi: rtw89: correct polling address of address CAM
authorPing-Ke Shih <pkshih@realtek.com>
Fri, 26 Aug 2022 06:10:10 +0000 (14:10 +0800)
committerKalle Valo <kvalo@kernel.org>
Fri, 2 Sep 2022 08:37:31 +0000 (11:37 +0300)
commitad275d0a82cb1772aadf30ff920ad4843d7b1211
treea6ceb46253c24cce4ccb8d5e9daffd0879a24201
parent0d466f05262a941afc0431ae3bd007a78e7b74f6
wifi: rtw89: correct polling address of address CAM

Writing address to kick hardware to initialize address CAM, and then poll
ready bit to determine completed. Old wrong code poll wrong register
address, so it can lead error and fail to bring up interface.

Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20220826061011.9037-2-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/mac.c