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 <rtl8821cerfe2@gmail.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
The vendor driver RTL8188EUS_linux_v4.1.4_6773.20130222 contains
firmware in the form of data statements. This info has been extracted
into a binary file.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>