Directory Files
.. 2
File Size
Kconfig 1.1 kB
Makefile 378 B
acx.c 42 kB
acx.h 29 kB
boot.c 14 kB
boot.h 921 B
cmd.c 50 kB
cmd.h 18 kB
conf.h 26 kB
debug.h 2.5 kB
debugfs.c 33 kB
debugfs.h 3.1 kB
event.c 10 kB
event.h 2.7 kB
hw_ops.h 6.7 kB
ini.h 7.0 kB
init.c 17 kB
init.h 828 B
io.c 5.9 kB
io.h 6.0 kB
main.c 173 kB
ps.c 4.2 kB
ps.h 623 B
rx.c 9.0 kB
rx.h 3.6 kB
scan.c 12 kB
scan.h 4.3 kB
sdio.c 11 kB
spi.c 14 kB
sysfs.c 3.7 kB
sysfs.h 265 B
testmode.c 8.2 kB
testmode.h 389 B
tx.c 35 kB
tx.h 8.2 kB
vendor_cmd.c 4.7 kB
vendor_cmd.h 924 B
wl12xx_80211.h 3.6 kB
wlcore.h 18 kB
wlcore.mod.c 0 B
wlcore_i.h 14 kB
wlcore_sdio.mod.c 0 B
wlcore_spi.mod.c 0 B

Linux v6.6.1 - wlcore

# SPDX-License-Identifier: GPL-2.0-only
config WLCORE
	tristate "TI wlcore support"
	depends on MAC80211
	select FW_LOADER
	help
	  This module contains the main code for TI WLAN chips.  It abstracts
	  hardware-specific differences among different chipset families.
	  Each chipset family needs to implement its own lower-level module
	  that will depend on this module for the common code.

	  If you choose to build a module, it will be called wlcore. Say N if
	  unsure.

config WLCORE_SPI
	tristate "TI wlcore SPI support"
	depends on WLCORE && SPI_MASTER && OF
	select CRC7
	help
	  This module adds support for the SPI interface of adapters using
	  TI WLAN chipsets.  Select this if your platform is using
	  the SPI bus.

	  If you choose to build a module, it'll be called wlcore_spi.
	  Say N if unsure.

config WLCORE_SDIO
	tristate "TI wlcore SDIO support"
	depends on WLCORE && MMC
	help
	  This module adds support for the SDIO interface of adapters using
	  TI WLAN chipsets.  Select this if your platform is using
	  the SDIO bus.

	  If you choose to build a module, it'll be called wlcore_sdio.
	  Say N if unsure.