]> git.baikalelectronics.ru Git - kernel.git/commit
wifi: brcmfmac: Add DMI nvram filename quirk for Chuwi Hi8 Pro tablet
authorHans de Goede <hdegoede@redhat.com>
Wed, 10 Aug 2022 14:23:33 +0000 (16:23 +0200)
committerKalle Valo <kvalo@kernel.org>
Wed, 7 Sep 2022 07:58:46 +0000 (10:58 +0300)
commit710f90065dafe543edfb79db5ac3d546e972736b
tree427ec4a355c7d5ceeada4aa04acfe5721ae6a34e
parentfe9f5387e6ed107f1841c0d7bf02488b4f91c2b0
wifi: brcmfmac: Add DMI nvram filename quirk for Chuwi Hi8 Pro tablet

The Chuwi Hi8 Pro tablet contains quite generic names in the sys_vendor
and product_name DMI strings, without this patch brcmfmac will try to load:
"brcmfmac43430a0-sdio.Default string-Default string.txt" as nvram file
which is way too generic.

The Chuwi Hi8 Pro uses the same Ampak AP6212 module as the Chuwi Vi8 Plus
and the nvram for the Vi8 Plus is already in linux-firmware, so point
the new DMI nvram filename quirk to the Vi8 Plus nvram file.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20220810142333.141044-1-hdegoede@redhat.com
drivers/net/wireless/broadcom/brcm80211/brcmfmac/dmi.c