]> git.proxmox.com Git - mirror_linux-firmware.git/commit - WHENCE
brcm: Link CM4's WiFi firmware with DMI machine name.
authorJeremy Linton <jeremy.linton@arm.com>
Thu, 8 Apr 2021 03:25:54 +0000 (22:25 -0500)
committerJosh Boyer <jwboyer@kernel.org>
Mon, 19 Apr 2021 13:50:57 +0000 (09:50 -0400)
commit393f272efdd295b074e901deb567d5f9c9905a2f
tree86fd83106141d32786afc77ad14407d3256e9d72
parent73144e02dcff54529ab42d951de682740d204180
brcm: Link CM4's WiFi firmware with DMI machine name.

The kernel when booted in ACPI mode with SMBIOS/DMI
data uses the DMI data to set the machine
manufacture/model.

The WiFi driver uses the machine string to select the
correct firmware image. Because of this, an additional
link to select the correct firmware is needed.

Cc: Hans de Goede <hdegoede@redhat.com>
Cc: Peter Robinson <pbrobinson@gmail.com>
Cc: Josh Boyer <jwboyer@kernel.org>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Jeremy Linton <jeremy.linton@arm.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
WHENCE