Re: [PATCH 1/1] wifi: brcmfmac: silence warning for non-existent, optional firmware

Alexander Stein <[email protected]> Thu, 19 Mar 2026 12:23:01 +0100
Newsgroups dev.linux.lists.brcm80211,org.kernel.vger.linux-kernel,org.kernel.vger.linux-wireless
Organization TQ-Systems GmbH
Message-ID <2405698.ElGaqSPkdT@steina-w>
Hi,

Am Mittwoch, 18. März 2026, 08:42:55 CET schrieb Christian Hewitt:
> > On 17 Mar 2026, at 3:12 pm, Alexander Stein <[email protected]> wrote:
> > 
> > The driver tries to load optional firmware files, specific to
> > the actual board compatible. These might not exist resulting in a warning
> > like this:
> > brcmfmac mmc2:0001:1: Direct firmware load for brcm/brcmfmac4373-sdio.tq,imx93-tqma9352-mba93xxla-mini.bin failed with error -2
> > 
> > Silence this by using firmware_request_nowait_nowarn() for all firmware
> > loads which use brcmf_fw_request_done_alt_path() as callback. This one
> > handles optional firmware files.
> > 
> > Signed-off-by: Alexander Stein <[email protected]>
> 
> On behalf of all distro maintainers receiving end-user issue reports
> that wrongly finger-point to “missing firmware” as the cause of all
> brcmfmac wifi problems:
> 
> Tested-by: Christian Hewitt <[email protected]>

Thanks.

> Before and After below:
> 
> VIM1S:~ # dmesg | grep brcmfmac
> [   12.687679] brcmfmac: F1 signature read @0x18000000=0x15294345
> [   12.727469] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43456-sdio for chip BCM4345/9
> [   12.727947] brcmfmac mmc2:0001:1: Direct firmware load for brcm/brcmfmac43456-sdio.khadas,vim1s.bin failed with error -2
> [   12.813544] brcmfmac mmc2:0001:1: Direct firmware load for brcm/brcmfmac43456-sdio.clm_blob failed with error -2
> [   13.157373] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
> [   13.157423] brcmfmac: brcmf_c_process_txcap_blob: no txcap_blob available (err=-2)
> [   13.159391] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/9 wl0: Jun 16 2017 12:38:26 version 7.45.96.2 (66c4e21@sh-git) (r) FWID 01-1813af84
> 
> VIM1S:~ # dmesg | grep brcmfmac
> [   12.218764] brcmfmac: F1 signature read @0x18000000=0x15294345
> [   12.283612] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43456-sdio for chip BCM4345/9
> [   12.382176] brcmfmac mmc2:0001:1: Direct firmware load for brcm/brcmfmac43456-sdio.clm_blob failed with error -2
> [   12.678015] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
> [   12.678066] brcmfmac: brcmf_c_process_txcap_blob: no txcap_blob available (err=-2)
> [   12.680092] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/9 wl0: Jun 16 2017 12:38:26 version 7.45.96.2 (66c4e21@sh-git) (r) FWID 01-1813af84
> 
> Is there any chance the same change can be done for the clm_blob and
> txcap_blob error messages? (for the same reason). Other than for RPi
> boards I’ve never seen these files available and used with any large
> scale Linux distro and there are none in the upstream linux-firmware
> repo; thus these files are only being packaged by specialist distros
> or images targeting a specific or limited set of hardware devices. For
> everyone else running a mainstream distro image these errors are just
> log-noise, and while they are harmless and technically correct, end-
> users constantly misinterpret them.

Well, my platform doesn't generate errors/warnings for clm_blob and
txcap_blob, so I don't know which code path triffers them, nor car I test
them.

Best regards,
Alexander
-- 
TQ-Systems GmbH | Mühlstraße 2, Gut Delling | 82229 Seefeld, Germany
Amtsgericht München, HRB 105018
Geschäftsführer: Detlef Schneider, Rüdiger Stahl, Stefan Schneider
http://www.tq-group.com/
signature.asc (application/pgp-signature, 488 B)
-----BEGIN PGP SIGNATURE-----

iQEzBAABCgAdFiEEByESxqszIvkmWRwbaS+g2M0Z/iUFAmm73JUACgkQaS+g2M0Z
/iXtnwgAvlMqRGgxgk+/Za0i2+OgonH4eSoNeomDzyC8MUKwMXtqBwYq/ri9IDPq
6dgeZtXjtzJAdOzfZxNYmifZEkGNOyyTOGcKCeDHCGdt8mNtoKS5gUFNvbdRP34D
gjIwNSKSw4lkCP6MK1Q/93s+tH8ugyrUvfk2PKRi/KIjcq/UKmwGgRol56nRywy8
4zWJuA9cd/SahPR8lyu6u+6HSxQL6z5ZCkSDUcI1DFGE/Ydxsby3TF6hwx/hPKWS
uDDCeiL0fdzddPgOymdhiaQQ49rUyev6tMNSnsuI32D/YyD9Bisjqk0nspWK16P4
QSv8RSJzSp0IjGdrXmssQAzZKPTYsg==
=eB2H
-----END PGP SIGNATURE-----