From b72c69dd542c4684ece8ac88ec1ba33364ec9365 Mon Sep 17 00:00:00 2001 From: Bitterblue Smith Date: Tue, 16 May 2023 12:48:23 +0300 Subject: rtlwifi: Update firmware for RTL8188EU to v28.0 It seems this fixes some issues with rtl8xxxu in monitor mode. r8188eu from kernel 6.2.5 still works with this new firmware. This firmware was extracted from the vendor driver v5.2.2.4 from https://github.com/lwfinger/rtl8188eu/blob/v5.2.2.4/hal8188e_t_fw.c Also, move the entry in WHENCE under the rtl8xxxu driver, because that's the driver which handles this chip from kernel 6.3 onwards. Link: https://bugzilla.kernel.org/show_bug.cgi?id=217205 Signed-off-by: Bitterblue Smith Signed-off-by: Ping-Ke Shih --- WHENCE | 16 +++++++--------- rtlwifi/rtl8188eufw.bin | Bin 13904 -> 15262 bytes 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/WHENCE b/WHENCE index 61da344..f3bba6e 100644 --- a/WHENCE +++ b/WHENCE @@ -2973,15 +2973,6 @@ Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details. -------------------------------------------------------------------------- -Driver: rtl8188eu - Realtek 802.11n WLAN driver for RTL8188EU - -Info: Taken from Realtek version RTL8188EUS_linux_v4.1.4_6773.20130222 -File: rtlwifi/rtl8188eufw.bin - -Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details. - --------------------------------------------------------------------------- - Driver: rtl8821ae - Realtek 802.11n WLAN driver for RTL8812AE Info: From Vendor's realtek/rtlwifi_linux_mac80211_0019.0320.2014V628 driver @@ -3112,6 +3103,13 @@ Version: 16.0 File: rtlwifi/rtl8710bufw_UMC.bin Version: 16.0 +Info: rtl8188eu taken from Realtek driver version + v5.2.2.4_25483.20171222. + Firmware is embedded in the driver as data statements. This info + has been extracted into a binary file. +File: rtlwifi/rtl8188eufw.bin +Version: 28.0 + Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details. -------------------------------------------------------------------------- diff --git a/rtlwifi/rtl8188eufw.bin b/rtlwifi/rtl8188eufw.bin index 4ae7e1c..8bb12ea 100644 Binary files a/rtlwifi/rtl8188eufw.bin and b/rtlwifi/rtl8188eufw.bin differ -- cgit v1.2.1