Directory Files
.. 2
bca 5
cyw 5
wcc 5
File Size
Kconfig 1.5 kB
Makefile 1.2 kB
acpi.c 1.4 kB
bcdc.c 13 kB
bcdc.h 686 B
bcmsdh.c 33 kB
brcmfmac.mod.c 0 B
btcoex.c 13 kB
btcoex.h 451 B
bus.h 9.7 kB
cfg80211.c 234 kB
cfg80211.h 14 kB
chip.c 39 kB
chip.h 2.8 kB
common.c 17 kB
common.h 2.9 kB
commonring.c 5.5 kB
commonring.h 1.9 kB
core.c 38 kB
core.h 6.6 kB
debug.c 1.2 kB
debug.h 4.3 kB
dmi.c 6.4 kB
feature.c 10 kB
feature.h 3.4 kB
firmware.c 21 kB
firmware.h 2.5 kB
flowring.c 11 kB
flowring.h 2.2 kB
fweh.c 12 kB
fweh.h 10 kB
fwil.c 12 kB
fwil.h 4.3 kB
fwil_types.h 36 kB
fwsignal.c 70 kB
fwsignal.h 1.7 kB
fwvid.c 4.5 kB
fwvid.h 1.0 kB
msgbuf.c 46 kB
msgbuf.h 1.4 kB
of.c 3.7 kB
of.h 360 B
p2p.c 74 kB
p2p.h 6.8 kB
pcie.c 76 kB
pcie.h 249 B
pno.c 14 kB
pno.h 1.9 kB
proto.c 1.6 kB
proto.h 4.1 kB
sdio.c 129 kB
sdio.h 11 kB
tracepoint.c 624 B
tracepoint.h 3.4 kB
usb.c 40 kB
usb.h 801 B
vendor.c 2.7 kB
vendor.h 1.0 kB
xtlv.c 1.7 kB
xtlv.h 707 B

Linux v6.6.1 - brcmfmac

config BRCMFMAC
	tristate "Broadcom FullMAC WLAN driver"
	depends on CFG80211
	select BRCMUTIL
	help
	  This module adds support for wireless adapters based on Broadcom
	  FullMAC chipsets. It has to work with at least one of the bus
	  interface support. If you choose to build a module, it'll be called
	  brcmfmac.ko.

config BRCMFMAC_PROTO_BCDC
	bool

config BRCMFMAC_PROTO_MSGBUF
	bool

config BRCMFMAC_SDIO
	bool "SDIO bus interface support for FullMAC driver"
	depends on (MMC = y || MMC = BRCMFMAC)
	depends on BRCMFMAC
	select BRCMFMAC_PROTO_BCDC
	select FW_LOADER
	default y
	help
	  This option enables the SDIO bus interface support for Broadcom
	  IEEE802.11n embedded FullMAC WLAN driver. Say Y if you want to
	  use the driver for a SDIO wireless card.

config BRCMFMAC_USB
	bool "USB bus interface support for FullMAC driver"
	depends on (USB = y || USB = BRCMFMAC)
	depends on BRCMFMAC
	select BRCMFMAC_PROTO_BCDC
	select FW_LOADER
	help
	  This option enables the USB bus interface support for Broadcom
	  IEEE802.11n embedded FullMAC WLAN driver. Say Y if you want to
	  use the driver for an USB wireless card.

config BRCMFMAC_PCIE
	bool "PCIE bus interface support for FullMAC driver"
	depends on BRCMFMAC
	depends on PCI
	select BRCMFMAC_PROTO_MSGBUF
	select FW_LOADER
	help
	  This option enables the PCIE bus interface support for Broadcom
	  IEEE802.11ac embedded FullMAC WLAN driver. Say Y if you want to
	  use the driver for an PCIE wireless card.