]> git.proxmox.com Git - mirror_linux-firmware.git/commitdiff
brcm: rename firmware names expressing host interface type
authorArend van Spriel <arend@broadcom.com>
Tue, 1 Oct 2013 08:53:07 +0000 (10:53 +0200)
committerBen Hutchings <ben@decadent.org.uk>
Sun, 13 Oct 2013 19:30:48 +0000 (20:30 +0100)
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>
WHENCE
brcm/brcmfmac4329-sdio.bin [new file with mode: 0644]
brcm/brcmfmac4329.bin [deleted file]
brcm/brcmfmac4330-sdio.bin [new file with mode: 0644]
brcm/brcmfmac4330.bin [deleted file]
brcm/brcmfmac4334-sdio.bin [new file with mode: 0644]
brcm/brcmfmac4334.bin [deleted file]

diff --git a/WHENCE b/WHENCE
index aac3ba9c9720b36bcd897610b516223a52f3f6c4..0987862555194d1c7fb0414dbf48299848fa94e0 100644 (file)
--- a/WHENCE
+++ b/WHENCE
@@ -1694,9 +1694,9 @@ Driver: brcmfmac - Broadcom 802.11n fullmac wireless LAN driver.
 
 File: brcm/bcm4329-fullmac-4.bin
 File: brcm/brcmfmac43236b.bin
-File: brcm/brcmfmac4329.bin
-File: brcm/brcmfmac4330.bin
-File: brcm/brcmfmac4334.bin
+File: brcm/brcmfmac4329-sdio.bin
+File: brcm/brcmfmac4330-sdio.bin
+File: brcm/brcmfmac4334-sdio.bin
 
 Licence: Redistributable. See LICENCE.broadcom_bcm43xx for details.
 
diff --git a/brcm/brcmfmac4329-sdio.bin b/brcm/brcmfmac4329-sdio.bin
new file mode 100644 (file)
index 0000000..d4c4560
Binary files /dev/null and b/brcm/brcmfmac4329-sdio.bin differ
diff --git a/brcm/brcmfmac4329.bin b/brcm/brcmfmac4329.bin
deleted file mode 100644 (file)
index d4c4560..0000000
Binary files a/brcm/brcmfmac4329.bin and /dev/null differ
diff --git a/brcm/brcmfmac4330-sdio.bin b/brcm/brcmfmac4330-sdio.bin
new file mode 100644 (file)
index 0000000..e3bc355
Binary files /dev/null and b/brcm/brcmfmac4330-sdio.bin differ
diff --git a/brcm/brcmfmac4330.bin b/brcm/brcmfmac4330.bin
deleted file mode 100644 (file)
index e3bc355..0000000
Binary files a/brcm/brcmfmac4330.bin and /dev/null differ
diff --git a/brcm/brcmfmac4334-sdio.bin b/brcm/brcmfmac4334-sdio.bin
new file mode 100644 (file)
index 0000000..ade994f
Binary files /dev/null and b/brcm/brcmfmac4334-sdio.bin differ
diff --git a/brcm/brcmfmac4334.bin b/brcm/brcmfmac4334.bin
deleted file mode 100644 (file)
index ade994f..0000000
Binary files a/brcm/brcmfmac4334.bin and /dev/null differ