drivers/net/wireless/marvell/mwifiex

Marvell and NXP 88W8xxx Wi-Fi Adapters (mwifiex)

A family of Wi-Fi 4 and Wi-Fi 5 chipsets originally from Marvell and now sold by NXP, covering parts like the 88W8787, 8797, 8897, 8977, and 8997 over SDIO, USB, and PCIe. They are widely embedded in laptops, Chromebooks, Raspberry Pi-class boards, and industrial i.MX modules from the early 2010s through current 2025 designs.

keep conf=0.86 last_sold=2026 deploy=medium replacement=none subsystem=net category=networking-wireless
86%

recommendation

It should stay because the hardware is still actively sold: NXP currently lists the 88W8997 as an active product and ships partner modules built around it for embedded and industrial use. The driver also continues to receive real upstream attention, including a multi-patch cleanup series in March 2025 and bug fixes landing as recently as February 2026, with no in-tree replacement for these FullMAC parts.

repository signals

50 files
46,617 source lines
180 commits, 5y
+2,721 / −1,997 lines added / removed, 5y
65 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 180 total · active in 47/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 2 commits · +14 −9 2021-06: 1 commit · +12 −5 2021-07: 0 commits · +0 −0 2021-08: 5 commits · +201 −4 2021-09: 10 commits · +208 −184 2021-10: 12 commits · +108 −19 2021-11: 6 commits · +64 −7 2021-12: 0 commits · +0 −0 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 3 commits · +5 −3 2022-04: 4 commits · +41 −10 2022-05: 0 commits · +0 −0 2022-06: 3 commits · +61 −626 2022-07: 2 commits · +7 −5 2022-08: 2 commits · +11 −9 2022-09: 4 commits · +12 −12 2022-10: 1 commit · +2 −2 2022-11: 1 commit · +2 −1 2022-12: 1 commit · +1 −1 2023-01: 4 commits · +35 −5 2023-02: 4 commits · +15 −15 2023-03: 2 commits · +2 −6 2023-04: 1 commit · +2 −17 2023-05: 2 commits · +9 −9 2023-06: 3 commits · +13 −15 2023-07: 4 commits · +56 −13 2023-08: 16 commits · +99 −108 2023-09: 6 commits · +90 −259 2023-10: 0 commits · +0 −0 2023-11: 1 commit · +0 −8 2023-12: 4 commits · +38 −17 2024-01: 4 commits · +6 −19 2024-02: 1 commit · +12 −16 2024-03: 2 commits · +2 −1 2024-04: 1 commit · +0 −1 2024-05: 2 commits · +4 −0 2024-06: 0 commits · +0 −0 2024-07: 3 commits · +995 −17 2024-08: 9 commits · +122 −157 2024-09: 6 commits · +18 −31 2024-10: 3 commits · +3 −4 2024-11: 2 commits · +2 −2 2024-12: 0 commits · +0 −0 2025-01: 1 commit · +9 −9 2025-02: 1 commit · +0 −18 2025-03: 5 commits · +36 −11 2025-04: 15 commits · +95 −215 2025-05: 3 commits · +10 −8 2025-06: 2 commits · +10 −7 2025-07: 3 commits · +8 −7 2025-08: 3 commits · +188 −9 2025-09: 2 commits · +2 −4 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 2 commits · +12 −7 2026-02: 6 commits · +79 −85 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. spinics.net

    mwifiex received a functional bug-fix patch in February 2026, showing ongoing upstream maintenance.

  2. spinics.net

    mwifiex had an active 10-patch cleanup series posted to wireless-next in March 2025, indicating real subsystem attention rather than abandonment.

  3. nxp.com

    NXP listed the 88W8997 supported by mwifiex as Active, so at least part of the chipset family was still sold new in 2025/2026.

  4. nxp.com

    NXP still advertises multiple partner modules based on 88W8997 for i.MX and industrial/commercial use, supporting ongoing new embedded deployments.

  5. wireless.docs.kernel.org

    Linux Wireless documents mwifiex as the Marvell 802.11n SDIO/PCIe/USB FullMAC driver, confirming the driver family and supported bus/use-case scope.

codex reasoning notes (technical)

Local shell `rg` inspection of sdio.c/usb.c/pcie.c showed active support for SDIO, USB, and PCIe Marvell/NXP 88W8xxx parts including 8787/8797/8801/8897/8977/8997. Local `git -c safe.directory=... log` showed recent 2025-2026 commits. Lore-specific search tooling was unavailable (`lei` missing), so lore history was approximated via web search hits on spinics/lkml mirrors obtained with the web search tool; those show active fixes and cleanup series, not removal work. NXP product/module pages were obtained via web search and show at least 88W8997 remains an active silicon/module ecosystem, so this is not legacy-only hardware. Because upstream activity is current and there is no natural in-tree replacement covering the same FullMAC device family, the driver should be kept.