]> www.infradead.org Git - linux.git/commit
wifi: rtw89: fw: correct chan access in assoc_cmac_tbl_g7 and update_beacon_be
authorZong-Zhe Yang <kevin_yang@realtek.com>
Sat, 27 Jul 2024 08:06:49 +0000 (16:06 +0800)
committerPing-Ke Shih <pkshih@realtek.com>
Fri, 2 Aug 2024 01:38:22 +0000 (09:38 +0800)
commitdb0dbe26f48a4cf3a46967fb8a75ee1abd1d59ab
treebf3e3fd868b32e7b6ffcd14a5bfc1e0d75f4f1cc
parented5f66a2812025a6818e12f07686735d0fe8580f
wifi: rtw89: fw: correct chan access in assoc_cmac_tbl_g7 and update_beacon_be

Originally, these H2C commands access chan with hard-code RTW89_CHANCTX_0.
They are problematic when the chip supports multiple channels. So, correct
them by accessing right chan under rtwvif.

Signed-off-by: Zong-Zhe Yang <kevin_yang@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/20240727080650.12195-7-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/fw.c