The BCM4329 firmware was recently updated, but it was reported this
was not working for NVIDIA Tegra devices. Turns out this firmware does
not support a firmware api command that brcmfmac relies on. So we need
to revert this firmware update and restore the previous one.
Reported-by: Dmitry Osipenko <digetx@gmail.com>
Fixes: 0707b2f ("brcm: add/update firmware files for brcmfmac driver")
Signed-off-by: Arend van Spriel <arend.vanspriel@broadcom.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Updating a number of firmware files and adding some that are
already supported by the driver for some time.
Signed-off-by: Arend van Spriel <arend.vanspriel@broadcom.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
The firmware name used in brcmfmac for SDIO devices was named
generically as brcmfmac-sdio.bin. To use the brcmfmac SDIO driver
the user had to copy the appropriate firmware to brcmfmac-sdio.bin.
This turned out to be inconvenient for developers switching different
devices on their system so brcmfmac was changed to use chip specific
filenames according format brcmfmac<chipid>-sdio.bin. This patch renames
the existing SDIO firmware files to match this format.
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>