Skip to content

Commit

Permalink
package/brcmfmac_sdio-firmware-rpi: bump version to 4c1789e
Browse files Browse the repository at this point in the history
Bump version to the latest synced version from RPi OS that adds firmware for
new chipsets and updates BCM43455 SDIO firmware. The old firmware has some
features missing which can result in the driver returning errors like:

brcmf_set_channel: set chanspec 0xd099 fail, reason -52

This was tracked down [1] to usage of DUMP_OBSS feature, and while disabling
this feature is a potential workaround, updating the firmware is actually the
correct solution to the problem.

Buildroot is using downstream kernel 6.6 already since 51b4421, so the firmware
should be bumped to what RPi OS uses at this point too.

[1] raspberrypi/linux#6049 (comment)

Signed-off-by: Jan Čermák <[email protected]>
  • Loading branch information
sairon committed Dec 5, 2024
1 parent c65b030 commit b2077df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Locally calculated
sha256 2f0917b104739455dd488dd8f5af2ee4430801a7ac8fe8d9866e74bfbb185356 brcmfmac_sdio-firmware-rpi-26ff205b45dc109b498a70aaf182804ad9dbfea5.tar.gz
sha256 02809dad206de1051226a58d1fb15f930bc2f19544bb2865893712250760067e brcmfmac_sdio-firmware-rpi-4c1789eb8705336b956b3bf1a3e6e3359c0555e4.tar.gz
sha256 ea8b7b7b6cfc6fd30587ed977100f6a542734ce53218b5b63de16180acddd599 LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

BRCMFMAC_SDIO_FIRMWARE_RPI_VERSION = 26ff205b45dc109b498a70aaf182804ad9dbfea5
BRCMFMAC_SDIO_FIRMWARE_RPI_VERSION = 4c1789eb8705336b956b3bf1a3e6e3359c0555e4
BRCMFMAC_SDIO_FIRMWARE_RPI_SITE = $(call github,LibreELEC,brcmfmac_sdio-firmware-rpi,$(BRCMFMAC_SDIO_FIRMWARE_RPI_VERSION))
BRCMFMAC_SDIO_FIRMWARE_RPI_LICENSE = PROPRIETARY
BRCMFMAC_SDIO_FIRMWARE_RPI_LICENSE_FILES = LICENSE
Expand Down

0 comments on commit b2077df

Please sign in to comment.