Directory Files
.. 74
File Size
Kconfig 784 B
Makefile 360 B
eeprom.c 13 kB
eeprom.h 1.8 kB
init.c 5.8 kB
mac.c 1.1 kB
mac.h 447 B
mcu.c 2.4 kB
mcu.h 1.3 kB
mt76x2-common.mod.c 0 B
mt76x2.h 2.6 kB
mt76x2e.mod.c 0 B
mt76x2u.h 1.3 kB
mt76x2u.mod.c 0 B
pci.c 4.2 kB
pci_init.c 6.8 kB
pci_main.c 4.1 kB
pci_mcu.c 4.5 kB
pci_phy.c 7.9 kB
phy.c 9.1 kB
usb.c 3.8 kB
usb_init.c 5.9 kB
usb_mac.c 4.2 kB
usb_main.c 3.2 kB
usb_mcu.c 6.4 kB
usb_phy.c 5.5 kB

Linux v6.6.1 - mt76x2

# SPDX-License-Identifier: GPL-2.0-only
config MT76x2_COMMON
	tristate
	select MT76x02_LIB

config MT76x2E
	tristate "MediaTek MT76x2E (PCIe) support"
	select MT76x2_COMMON
	depends on MAC80211
	depends on PCI
	help
	  This adds support for MT7612/MT7602/MT7662-based PCIe wireless
	  devices, which comply with IEEE 802.11ac standards and support
	  2SS to 866Mbit/s PHY rate.

	  To compile this driver as a module, choose M here.

config MT76x2U
	tristate "MediaTek MT76x2U (USB) support"
	select MT76x2_COMMON
	select MT76x02_USB
	depends on MAC80211
	depends on USB
	help
	  This adds support for MT7612U-based USB 3.0 wireless dongles,
	  which comply with IEEE 802.11ac standards and support 2SS to
	  866Mbit/s PHY rate.

	  To compile this driver as a module, choose M here.