Directory Files
.. 19
File Size
Kconfig 1.4 kB
Makefile 821 B
ahb.c 32 kB
ahb.h 1.0 kB
ath11k.mod.c 0 B
ath11k_ahb.mod.c 0 B
ath11k_pci.mod.c 0 B
ce.c 25 kB
ce.h 5.9 kB
core.c 53 kB
core.h 31 kB
dbring.c 9.7 kB
dbring.h 2.2 kB
debug.c 2.4 kB
debug.h 2.9 kB
debugfs.c 49 kB
debugfs.h 10 kB
debugfs_htt_stats.c 179 kB
debugfs_htt_stats.h 66 kB
debugfs_sta.c 28 kB
debugfs_sta.h 1.1 kB
dp.c 31 kB
dp.h 67 kB
dp_rx.c 158 kB
dp_rx.h 3.7 kB
dp_tx.c 37 kB
dp_tx.h 1.5 kB
hal.c 42 kB
hal.h 33 kB
hal_desc.h 91 kB
hal_rx.c 55 kB
hal_rx.h 15 kB
hal_tx.c 4.9 kB
hal_tx.h 2.1 kB
hif.h 3.8 kB
htc.c 22 kB
htc.h 9.1 kB
hw.c 97 kB
hw.h 12 kB
mac.c 266 kB
mac.h 6.7 kB
mhi.c 12 kB
mhi.h 825 B
pci.c 27 kB
pci.h 2.4 kB
pcic.c 21 kB
pcic.h 2.2 kB
peer.c 15 kB
peer.h 2.1 kB
qmi.c 86 kB
qmi.h 14 kB
reg.c 22 kB
reg.h 926 B
rx_desc.h 49 kB
spectral.c 29 kB
spectral.h 2.0 kB
testmode.c 12 kB
testmode.h 690 B
testmode_i.h 2.1 kB
thermal.c 5.6 kB
thermal.h 1.4 kB
trace.c 238 B
trace.h 8.4 kB
wmi.c 281 kB
wmi.h 179 kB
wow.c 23 kB
wow.h 1.1 kB

Linux v6.6.1 - ath11k

# SPDX-License-Identifier: BSD-3-Clause-Clear
config ATH11K
	tristate "Qualcomm Technologies 802.11ax chipset support"
	depends on MAC80211 && HAS_DMA
	depends on CRYPTO_MICHAEL_MIC
	select ATH_COMMON
	select QCOM_QMI_HELPERS
	help
	  This module adds support for Qualcomm Technologies 802.11ax family of
	  chipsets.

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

config ATH11K_AHB
	tristate "Atheros ath11k AHB support"
	depends on ATH11K
	depends on REMOTEPROC
	help
	  This module adds support for AHB bus

config ATH11K_PCI
	tristate "Atheros ath11k PCI support"
	depends on ATH11K && PCI
	select MHI_BUS
	select QRTR
	select QRTR_MHI
	help
	  This module adds support for PCIE bus

config ATH11K_DEBUG
	bool "QCA ath11k debugging"
	depends on ATH11K
	help
	  Enables debug support

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

config ATH11K_DEBUGFS
	bool "QCA ath11k debugfs support"
	depends on ATH11K && DEBUG_FS && MAC80211_DEBUGFS
	help
	  Enable ath11k debugfs support

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

config ATH11K_TRACING
	bool "ath11k tracing support"
	depends on ATH11K && EVENT_TRACING
	help
	  Select this to use ath11k tracing infrastructure.

config ATH11K_SPECTRAL
	bool "QCA ath11k spectral scan support"
	depends on ATH11K_DEBUGFS
	depends on RELAY
	help
	  Enable ath11k spectral scan support

	  Say Y to enable access to the FFT/spectral data via debugfs.