Directory | Files | |
---|---|---|
.. | 2 | |
File | Size | |
Kconfig | 506 B | |
Makefile | 434 B | |
bh.c | 8.8 kB | |
bh.h | 758 B | |
bus.h | 1.0 kB | |
bus_sdio.c | 6.7 kB | |
bus_spi.c | 7.5 kB | |
data_rx.c | 2.5 kB | |
data_rx.h | 380 B | |
data_tx.c | 17 kB | |
data_tx.h | 1.6 kB | |
debug.c | 8.8 kB | |
debug.h | 419 B | |
fwio.c | 11 kB | |
fwio.h | 272 B | |
hif_api_cmd.h | 14 kB | |
hif_api_general.h | 7.6 kB | |
hif_api_mib.h | 9.6 kB | |
hif_rx.c | 12 kB | |
hif_rx.h | 407 B | |
hif_tx.c | 15 kB | |
hif_tx.h | 2.4 kB | |
hif_tx_mib.c | 9.0 kB | |
hif_tx_mib.h | 2.3 kB | |
hwio.c | 8.4 kB | |
hwio.h | 3.4 kB | |
key.c | 7.6 kB | |
key.h | 438 B | |
main.c | 15 kB | |
main.h | 1.1 kB | |
queue.c | 8.1 kB | |
queue.h | 1.5 kB | |
scan.c | 4.1 kB | |
scan.h | 575 B | |
sta.c | 23 kB | |
sta.h | 3.2 kB | |
traces.h | 16 kB | |
wfx.h | 4.0 kB | |
wfx.mod.c | 0 B |
# SPDX-License-Identifier: GPL-2.0-only config WFX tristate "Silicon Labs wireless chips WF200 and further" depends on MAC80211 depends on MMC || !MMC # do not allow WFX=y if MMC=m depends on (SPI || MMC) help This is a driver for Silicons Labs WFxxx series (WF200 and further) chipsets. This chip can be found on SPI or SDIO buses. Silabs does not use a reliable SDIO vendor ID. So, to avoid conflicts, the driver won't probe the device if it is not also declared in the Device Tree.