]> git.itanic.dy.fi Git - linux-stable/commit
wifi: brcmfmac: Add DMI nvram filename quirk for ACEPC W5 Pro
authorHans de Goede <hdegoede@redhat.com>
Fri, 16 Feb 2024 21:36:49 +0000 (22:36 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 13 Apr 2024 11:10:00 +0000 (13:10 +0200)
commit2505a75a38f2048b88932373c1e519c52b4ca07d
treeb65f43bc7ba46c438252621e43f669d230b90c45
parent3fe40a6e2d32822ea552a3cce840a2dfb9d7328b
wifi: brcmfmac: Add DMI nvram filename quirk for ACEPC W5 Pro

[ Upstream commit 32167707aa5e7ae4b160c18be79d85a7b4fdfcfb ]

The ACEPC W5 Pro HDMI stick contains quite generic names in the sys_vendor
and product_name DMI strings, without this patch brcmfmac will try to load:
"brcmfmac43455-sdio.$(DEFAULT_STRING)-$(DEFAULT_STRING).txt" as nvram file
which is both too generic and messy with the $ symbols in the name.

The ACEPC W5 Pro uses the same Ampak AP6255 module as the ACEPC T8
and the nvram for the T8 is already in linux-firmware, so point the new
DMI nvram filename quirk to the T8 nvram file.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Arend van Spriel <arend.vanspriel@broadcom.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://msgid.link/20240216213649.251718-1-hdegoede@redhat.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/wireless/broadcom/brcm80211/brcmfmac/dmi.c