mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
wifi: rtw89: Enable the new rtw89_8852au module
Tested in station mode and a little 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/180a5e77-9297-4ffc-80d5-191dfef47661@gmail.com
This commit is contained in:
parent
0029ccab53
commit
623c177323
|
|
@ -74,6 +74,17 @@ config RTW89_8852AE
|
|||
|
||||
802.11ax PCIe wireless network (Wi-Fi 6) adapter
|
||||
|
||||
config RTW89_8852AU
|
||||
tristate "Realtek 8852AU USB wireless network (Wi-Fi 6) adapter"
|
||||
depends on USB
|
||||
select RTW89_CORE
|
||||
select RTW89_USB
|
||||
select RTW89_8852A
|
||||
help
|
||||
Select this option will enable support for 8852AU chipset
|
||||
|
||||
802.11ax USB wireless network (Wi-Fi 6) adapter
|
||||
|
||||
config RTW89_8852BE
|
||||
tristate "Realtek 8852BE PCI wireless network (Wi-Fi 6) adapter"
|
||||
depends on PCI
|
||||
|
|
|
|||
|
|
@ -43,6 +43,9 @@ rtw89_8852a-objs := rtw8852a.o \
|
|||
obj-$(CONFIG_RTW89_8852AE) += rtw89_8852ae.o
|
||||
rtw89_8852ae-objs := rtw8852ae.o
|
||||
|
||||
obj-$(CONFIG_RTW89_8852AU) += rtw89_8852au.o
|
||||
rtw89_8852au-objs := rtw8852au.o
|
||||
|
||||
obj-$(CONFIG_RTW89_8852B_COMMON) += rtw89_8852b_common.o
|
||||
rtw89_8852b_common-objs := rtw8852b_common.o
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user