mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 02:53:36 +02:00
wifi: rtw89: Enable the new rtw89_8852cu 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/859a45ce-2730-4eeb-99d2-37d7ff277bd7@gmail.com
This commit is contained in:
parent
406849000d
commit
0d971ffdae
|
|
@ -121,6 +121,17 @@ config RTW89_8852CE
|
|||
|
||||
802.11ax PCIe wireless network (Wi-Fi 6E) adapter
|
||||
|
||||
config RTW89_8852CU
|
||||
tristate "Realtek 8852CU USB wireless network (Wi-Fi 6E) adapter"
|
||||
depends on USB
|
||||
select RTW89_CORE
|
||||
select RTW89_USB
|
||||
select RTW89_8852C
|
||||
help
|
||||
Select this option will enable support for 8852CU chipset
|
||||
|
||||
802.11ax USB wireless network (Wi-Fi 6E) adapter
|
||||
|
||||
config RTW89_8922AE
|
||||
tristate "Realtek 8922AE/8922AE-VS PCI wireless network (Wi-Fi 7) adapter"
|
||||
depends on PCI
|
||||
|
|
|
|||
|
|
@ -75,6 +75,9 @@ rtw89_8852c-objs := rtw8852c.o \
|
|||
obj-$(CONFIG_RTW89_8852CE) += rtw89_8852ce.o
|
||||
rtw89_8852ce-objs := rtw8852ce.o
|
||||
|
||||
obj-$(CONFIG_RTW89_8852CU) += rtw89_8852cu.o
|
||||
rtw89_8852cu-objs := rtw8852cu.o
|
||||
|
||||
obj-$(CONFIG_RTW89_8922A) += rtw89_8922a.o
|
||||
rtw89_8922a-objs := rtw8922a.o \
|
||||
rtw8922a_rfk.o
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user