]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: rtlwifi: Enable the new rtl8192du driver
authorBitterblue Smith <rtl8821cerfe2@gmail.com>
Thu, 23 May 2024 14:49:00 +0000 (17:49 +0300)
committerPing-Ke Shih <pkshih@realtek.com>
Thu, 30 May 2024 02:32:47 +0000 (10:32 +0800)
commit59ea089dcba3b51769280522fd62696d4d436cbc
tree19a5104ef1c5c7b9ecad1c38dd4b9d7422c4f47e
parentb5dc8873b6ffebd331e46814e537179eac8b6aa4
wifi: rtlwifi: Enable the new rtl8192du driver

The RTL8192DU is an older Wifi 4 dual band chip. It comes in two
flavours: single MAC single PHY (like most Realtek Wifi 4 USB devices),
and dual MAC dual PHY.

The single MAC single PHY version is 2T2R and can work either in the
2.4 GHz band or the 5 GHz band.

The dual MAC dual PHY version has two USB interfaces and appears to the
system as two separate 1T1R Wifi devices, one working in the 2.4 GHz
band, the other in the 5 GHz band.

This was tested only with a single MAC single PHY device, mostly in
station mode. The speeds in the 2.4 GHz band with 20 MHz channel width
are similar to the out-of-tree driver: 85/51 megabits/second.

Stefan Lippers-Hollmann tested the speed in the 5 GHz band with 40 MHz
channel width: 173/99 megabits/second.

It was also tested briefly in AP mode. It's emitting beacons and my
phone can connect to it.

Signed-off-by: Bitterblue Smith <rtl8821cerfe2@gmail.com>
Tested-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://msgid.link/5f2da7ee-876a-42fc-8fec-ec5386fa8c26@gmail.com
drivers/net/wireless/realtek/rtlwifi/Kconfig
drivers/net/wireless/realtek/rtlwifi/Makefile
drivers/net/wireless/realtek/rtlwifi/rtl8192du/Makefile [new file with mode: 0644]