]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
wifi: rtw89: Enable the new rtw89_8922au module
authorBitterblue Smith <rtl8821cerfe2@gmail.com>
Sun, 19 Apr 2026 13:49:45 +0000 (16:49 +0300)
committerPing-Ke Shih <pkshih@realtek.com>
Wed, 29 Apr 2026 03:25:57 +0000 (11:25 +0800)
Tested without MLO, mostly in station mode and a little in AP mode.

It can reach 1.5 Gbps RX, 1 Gbps TX speed.

Signed-off-by: Bitterblue Smith <rtl8821cerfe2@gmail.com>
Acked-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/c0bd60ba-4e2d-41cb-8b0c-38454a341d7a@gmail.com
drivers/net/wireless/realtek/rtw89/Kconfig
drivers/net/wireless/realtek/rtw89/Makefile

index 44d8a7f32bf216cafac539bcec2c3898f54e1db8..43e3b0ef44da7e2f3161024f91b328e537da18dd 100644 (file)
@@ -157,6 +157,18 @@ config RTW89_8922AE
 
          The variant 8922AE-VS has the same features except 1024-QAM.
 
+config RTW89_8922AU
+       tristate "Realtek 8922AU USB wireless network (Wi-Fi 7) adapter"
+       depends on USB
+       select RTW89_CORE
+       select RTW89_USB
+       select RTW89_8922A
+       help
+         Select this option will enable support for 8922AU chipset
+
+         802.11be USB wireless network (Wi-Fi 7) adapter
+         supporting 2x2 2GHz/5GHz/6GHz 4096-QAM 160MHz channels.
+
 config RTW89_DEBUG
        bool
 
index 1be81f254fca6b485b3d859af78e6b4462f410f6..475bad743d758cecc9b19604bd08182f39826ca2 100644 (file)
@@ -88,6 +88,9 @@ rtw89_8922a-objs := rtw8922a.o \
 obj-$(CONFIG_RTW89_8922AE) += rtw89_8922ae.o
 rtw89_8922ae-objs := rtw8922ae.o
 
+obj-$(CONFIG_RTW89_8922AU) += rtw89_8922au.o
+rtw89_8922au-objs := rtw8922au.o
+
 rtw89_core-$(CONFIG_RTW89_DEBUG) += debug.o
 
 obj-$(CONFIG_RTW89_PCI) += rtw89_pci.o