Directory Files
.. 2
File Size
Kconfig 965 B
Makefile 300 B
acx.c 24 kB
acx.h 39 kB
boot.c 14 kB
boot.h 570 B
cmd.c 12 kB
cmd.h 10 kB
debugfs.c 16 kB
debugfs.h 364 B
event.c 5.4 kB
event.h 3.5 kB
init.c 8.6 kB
init.h 1.6 kB
io.c 6.3 kB
io.h 1.9 kB
main.c 38 kB
ps.c 3.6 kB
ps.h 514 B
reg.h 22 kB
rx.c 5.3 kB
rx.h 2.6 kB
sdio.c 7.6 kB
spi.c 7.4 kB
spi.h 1.4 kB
tx.c 14 kB
tx.h 5.4 kB
wl1251.h 10 kB
wl1251.mod.c 0 B
wl1251_sdio.mod.c 0 B
wl1251_spi.mod.c 0 B
wl12xx_80211.h 4.2 kB

Linux v6.6.1 - wl1251

# SPDX-License-Identifier: GPL-2.0-only
config WL1251
	tristate "TI wl1251 driver support"
	depends on MAC80211
	select FW_LOADER
	select CRC7
	help
	  This will enable TI wl1251 driver support. The drivers make
	  use of the mac80211 stack.

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

config WL1251_SPI
	tristate "TI wl1251 SPI support"
	depends on WL1251 && SPI_MASTER
	help
	  This module adds support for the SPI interface of adapters using
	  TI wl1251 chipset.  Select this if your platform is using
	  the SPI bus.

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

config WL1251_SDIO
	tristate "TI wl1251 SDIO support"
	depends on WL1251 && MMC
	help
	  This module adds support for the SDIO interface of adapters using
	  TI wl1251 chipset.  Select this if your platform is using
	  the SDIO bus.

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