From: Luka Gejak Date: Tue, 21 Jul 2026 07:50:36 +0000 (+0200) Subject: rtw88: add firmware v41.0.0 for RTL8723B X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9f04ff1e66905750cd6a89fd26f294a006ff1c54;p=linux-firmware.git rtw88: add firmware v41.0.0 for RTL8723B Add the RTL8723B NIC firmware image used by the rtw88 driver. Support for the RTL8723BS (SDIO) device that uses it is being added to the mainline rtw88 driver. The image was extracted from the Realtek "rtl8723bs" vendor driver, version v5.2.17.1_26955.20180307_COEX20180201-6f52, from the C array array_mp_8723b_fw_nic[] in hal/rtl8723b/hal8723b_fw.c, using the convert_firmware.c tool. A public copy of that vendor driver is at https://github.com/MocLG/rtl8723bs-5.2.17 The image reports version 41.0.0 and is covered by the existing Realtek redistribution licence (LICENCE.rtlwifi_firmware.txt). Reviewed-by: Ping-Ke Shih Signed-off-by: Luka Gejak Signed-off-by: Josh Boyer --- diff --git a/WHENCE b/WHENCE index acef9588..7c419e07 100644 --- a/WHENCE +++ b/WHENCE @@ -3351,6 +3351,7 @@ File: rtw88/rtw8822b_fw.bin File: rtw88/rtw8822c_fw.bin File: rtw88/rtw8822c_wow_fw.bin File: rtw88/README +File: rtw88/rtw8723b_fw.bin File: rtw88/rtw8723d_fw.bin File: rtw88/rtw8821c_fw.bin File: rtw88/rtw8703b_fw.bin diff --git a/rtw88/rtw8723b_fw.bin b/rtw88/rtw8723b_fw.bin new file mode 100644 index 00000000..2058fda1 Binary files /dev/null and b/rtw88/rtw8723b_fw.bin differ