Directory Files
.. 74
File Size
Kconfig 767 B
Makefile 289 B
eeprom.c 8.5 kB
eeprom.h 1.0 kB
init.c 6.5 kB
initvals.h 4.0 kB
initvals_init.h 5.2 kB
initvals_phy.h 48 kB
main.c 2.4 kB
mcu.h 944 B
mt76x0-common.mod.c 0 B
mt76x0.h 1.7 kB
mt76x0e.mod.c 0 B
mt76x0u.mod.c 0 B
pci.c 7.8 kB
pci_mcu.c 3.3 kB
phy.c 30 kB
phy.h 2.3 kB
usb.c 9.4 kB
usb_mcu.c 4.2 kB

Linux v6.6.1 - mt76x0

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

config MT76x0U
	tristate "MediaTek MT76x0U (USB) support"
	select MT76x0_COMMON
	select MT76x02_USB
	depends on MAC80211
	depends on USB
	help
	  This adds support for MT7610U-based USB 2.0 wireless dongles,
	  which comply with IEEE 802.11ac standards and support 1x1
	  433Mbps PHY rate.

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

config MT76x0E
	tristate "MediaTek MT76x0E (PCIe) support"
	select MT76x0_COMMON
	depends on MAC80211
	depends on PCI
	help
	  This adds support for MT7610/MT7630-based PCIe wireless devices,
	  which comply with IEEE 802.11ac standards and support 1x1
	  433Mbps PHY rate.

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