mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 18:21:24 +02:00
wifi: rtw89: Enable the new rtw89_8922au module
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
This commit is contained in:
parent
6bb58cd6e1
commit
f07d1009e9
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user