Directory Files
.. 19
File Size
Kconfig 557 B
Makefile 284 B
debug.c 5.5 kB
debug.h 1.5 kB
dxe.c 29 kB
dxe.h 18 kB
firmware.c 2.8 kB
firmware.h 1.9 kB
hal.h 127 kB
main.c 47 kB
pmc.c 2.4 kB
pmc.h 1.2 kB
smd.c 99 kB
smd.h 6.4 kB
testmode.c 4.0 kB
testmode.h 1.4 kB
testmode_i.h 1.1 kB
txrx.c 24 kB
txrx.h 3.3 kB
wcn36xx.h 9.4 kB
wcn36xx.mod.c 0 B

Linux v6.6.1 - wcn36xx

# SPDX-License-Identifier: ISC
config WCN36XX
	tristate "Qualcomm Atheros WCN3660/3680 support"
	depends on MAC80211 && HAS_DMA
	depends on QCOM_WCNSS_CTRL || QCOM_WCNSS_CTRL=n
	depends on RPMSG || RPMSG=n
	help
	  This module adds support for wireless adapters based on
	  Qualcomm Atheros WCN3660 and WCN3680 mobile chipsets.

	  If you choose to build a module, it'll be called wcn36xx.

config WCN36XX_DEBUGFS
	bool "WCN36XX debugfs support"
	depends on WCN36XX
	help
	  Enabled debugfs support

	  If unsure, say Y to make it easier to debug problems.