mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
c8846e1015
This driver is for a newer generation of 2x2 MediaTek 802.11n chipsets. MT7603E is a PCIe chip. MT7628 and MT7688 are MIPS SoC devices with built-in WLAN. MT7688 is limited to 1x1 This driver fully supports AP, station, mesh, ad-hoc and monitor mode. Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 lines
137 B
Makefile
7 lines
137 B
Makefile
obj-$(CONFIG_MT7603E) += mt7603e.o
|
|
|
|
mt7603e-y := \
|
|
pci.o soc.o main.o init.o mcu.o \
|
|
core.o dma.o mac.o eeprom.o \
|
|
beacon.o debugfs.o
|