drivers/net/wireless/broadcom/brcm80211/brcmfmac/bca

Broadcom BCA access-point Wi-Fi chipset support for brcmfmac

Vendor-specific glue inside the brcmfmac Wi-Fi driver that handles Broadcom's "BCA" family of FullMAC chipsets — the Wi-Fi silicon Broadcom sells into wireless routers, home gateways, and enterprise access points, including its current Wi-Fi 7 and upcoming Wi-Fi 8 AP product lines.

keep-annotate conf=0.79 deploy=low replacement=none subsystem=net category=networking-wireless
79%

recommendation

Worth keeping but documenting its niche, because it is the vendor plugin inside the brcmfmac Wi-Fi stack that targets Broadcom's access-point silicon used in routers, residential gateways, and enterprise APs rather than the laptop and phone chips most users associate with brcmfmac. It was added by Broadcom engineers in late 2022 and was still receiving vendor work in early 2024, and Broadcom continues to ship new Wi-Fi 7 and Wi-Fi 8 AP platforms, so the code has a live hardware base even though end-user Linux deployments on this silicon are uncommon.

repository signals

4 files
77 source lines
10 commits, 5y
+109 / −20 lines added / removed, 5y
7 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 10 total · active in 5/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 0 commits · +0 −0 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 2021-11: 0 commits · +0 −0 2021-12: 0 commits · +0 −0 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 0 commits · +0 −0 2022-05: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 2 commits · +77 −0 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 4 commits · +26 −13 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 1 commit · +3 −3 2024-05: 0 commits · +0 −0 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 0 commits · +0 −0 2024-11: 0 commits · +0 −0 2024-12: 1 commit · +1 −1 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 0 commits · +0 −0 2025-05: 0 commits · +0 −0 2025-06: 0 commits · +0 −0 2025-07: 0 commits · +0 −0 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 2 commits · +2 −3 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    The bca subtree was added in late 2022 specifically to support the Broadcom BCA firmware API inside brcmfmac.

  2. msgid.link

    The driver received substantive vendor-specific event-handling work in January 2024, indicating continued upstream maintenance rather than abandonment.

  3. investors.broadcom.com

    Broadcom publicly announced Wi‑Fi 7 chipset solutions for routers, residential gateways, and enterprise access points, showing this AP silicon class remained an active commercial product line.

  4. investors.broadcom.com

    Broadcom announced and sampled a new enterprise Wi‑Fi access-point platform in February 2026, implying ongoing new deployments of Broadcom AP silicon beyond 2025.

codex reasoning notes (technical)

Local inspection shows this is a real loadable brcmfmac vendor plugin (`module_init` in `module.c`) described as for 'Broadcom AP chipsets'. Local `git log` shows introduction in Dec 2022 and substantive follow-up in Jan 2024, with no local sign of retirement. Source 1 URL came from the `Link:` trailer in `git show b1d94be570c2`; source 2 URL came from the `Link:` trailer in `git show edec42821911`; sources 3 and 4 were obtained by web search on Broadcom investor pages. Conclusion: niche but current hardware family, no natural in-tree replacement beyond core `brcmfmac`, so keep it but annotate as vendor-/AP-specific and low-deployment.