kernel_samsung_a53x/drivers/net/wireless/realtek
Bitterblue Smith bdeaf0c34b wifi: rtlwifi: rtl8192de: Fix 5 GHz TX power
[ Upstream commit de4d4be4fa64ed7b4aa1c613061015bd8fa98b24 ]

Different channels have different TX power settings. rtl8192de is using
the TX power setting from the wrong channel in the 5 GHz band because
_rtl92c_phy_get_rightchnlplace expects an array which includes all the
channel numbers, but it's using an array which includes only the 5 GHz
channel numbers.

Use the array channel_all (defined in rtl8192de/phy.c) instead of
the incorrect channel5g (defined in core.c).

Tested only with rtl8192du, which will use the same TX power code.

Cc: stable@vger.kernel.org
Signed-off-by: Bitterblue Smith <rtl8821cerfe2@gmail.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://msgid.link/c7653517-cf88-4f57-b79a-8edb0a8b32f0@gmail.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-11-19 14:19:10 +01:00
..
rtl8xxxu wifi: rtl8xxxu: Fix the TX power of RTL8192CU, RTL8723AU 2024-11-19 12:27:16 +01:00
rtl818x Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rtl8821au drivers: rtl8821au: Changed from #elseif to #elif 2024-11-17 20:46:26 +01:00
rtlwifi wifi: rtlwifi: rtl8192de: Fix 5 GHz TX power 2024-11-19 14:19:10 +01:00
rtw88 wifi: rtw88: 8821c: Fix false alarm count 2024-11-19 08:44:48 +01:00
Kconfig Add rtl8821au drivers 2024-06-15 16:29:05 -03:00
Makefile Add rtl8821au drivers 2024-06-15 16:29:05 -03:00