]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
wifi: rtw89: Enable the new rtw89_8852bu module
authorBitterblue Smith <rtl8821cerfe2@gmail.com>
Sat, 5 Jul 2025 19:39:21 +0000 (22:39 +0300)
committerPing-Ke Shih <pkshih@realtek.com>
Sun, 6 Jul 2025 05:12:18 +0000 (13:12 +0800)
Enable compilation of the new rtw89_8852bu module.

Tested mostly in station mode, and a little bit in AP mode.

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/627e9e92-6f10-45de-a340-19b10d7bad82@gmail.com
drivers/net/wireless/realtek/rtw89/Kconfig
drivers/net/wireless/realtek/rtw89/Makefile

index bd180f3369c344c1f15b2b808e0608f68bb42836..4288c30b400a17074298a0217f611fafbed2a9fc 100644 (file)
@@ -86,6 +86,18 @@ config RTW89_8852BE
 
          802.11ax PCIe wireless network (Wi-Fi 6) adapter
 
+config RTW89_8852BU
+       tristate "Realtek 8852BU USB wireless network (Wi-Fi 6) adapter"
+       depends on USB
+       select RTW89_CORE
+       select RTW89_USB
+       select RTW89_8852B
+       select RTW89_8852B_COMMON
+       help
+         Select this option will enable support for 8852BU chipset
+
+         802.11ax USB wireless network (Wi-Fi 6) adapter
+
 config RTW89_8852BTE
        tristate "Realtek 8852BE-VT PCI wireless network (Wi-Fi 6) adapter"
        depends on PCI
index 891e2d55c3350b7ccc49d91dbf3f1988e00286ab..23e43c444f69fc3812d795449d4e67669568154e 100644 (file)
@@ -55,6 +55,9 @@ rtw89_8852b-objs := rtw8852b.o \
 obj-$(CONFIG_RTW89_8852BE) += rtw89_8852be.o
 rtw89_8852be-objs := rtw8852be.o
 
+obj-$(CONFIG_RTW89_8852BU) += rtw89_8852bu.o
+rtw89_8852bu-objs := rtw8852bu.o
+
 obj-$(CONFIG_RTW89_8852BT) += rtw89_8852bt.o
 rtw89_8852bt-objs := rtw8852bt.o \
                    rtw8852bt_rfk.o \