From: "Arend van Spriel" <arend@broadcom.com>
To: "Ben Hutchings" <ben@decadent.org.uk>
Cc: "Linux Wireless" <linux-wireless@vger.kernel.org>,
"Arend van Spriel" <arend@broadcom.com>
Subject: [PATCH 1/4] brcm: rename firmware names expressing host interface type
Date: Tue, 1 Oct 2013 10:53:07 +0200 [thread overview]
Message-ID: <1380617590-5120-2-git-send-email-arend@broadcom.com> (raw)
In-Reply-To: <1380617590-5120-1-git-send-email-arend@broadcom.com>
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>
---
WHENCE | 6 +++---
brcm/{brcmfmac4329.bin => brcmfmac4329-sdio.bin} | Bin 253748 -> 253748 bytes
brcm/{brcmfmac4330.bin => brcmfmac4330-sdio.bin} | Bin 222126 -> 222126 bytes
brcm/{brcmfmac4334.bin => brcmfmac4334-sdio.bin} | Bin 451566 -> 451566 bytes
4 files changed, 3 insertions(+), 3 deletions(-)
rename brcm/{brcmfmac4329.bin => brcmfmac4329-sdio.bin} (100%)
rename brcm/{brcmfmac4330.bin => brcmfmac4330-sdio.bin} (100%)
rename brcm/{brcmfmac4334.bin => brcmfmac4334-sdio.bin} (100%)
diff --git a/WHENCE b/WHENCE
index e66fea5..c9fdd8e 100644
--- a/WHENCE
+++ b/WHENCE
@@ -1687,9 +1687,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.bin b/brcm/brcmfmac4329-sdio.bin
similarity index 100%
rename from brcm/brcmfmac4329.bin
rename to brcm/brcmfmac4329-sdio.bin
diff --git a/brcm/brcmfmac4330.bin b/brcm/brcmfmac4330-sdio.bin
similarity index 100%
rename from brcm/brcmfmac4330.bin
rename to brcm/brcmfmac4330-sdio.bin
diff --git a/brcm/brcmfmac4334.bin b/brcm/brcmfmac4334-sdio.bin
similarity index 100%
rename from brcm/brcmfmac4334.bin
rename to brcm/brcmfmac4334-sdio.bin
--
1.7.10.4
next prev parent reply other threads:[~2013-10-01 8:53 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-01 8:53 [PATCH 0/4] brcm: rename firmware files and add new files Arend van Spriel
2013-10-01 8:53 ` Arend van Spriel [this message]
2013-10-01 8:53 ` [PATCH 2/4] brcm: add firmware file for BCM43241 SDIO chipset Arend van Spriel
2013-10-01 8:53 ` [PATCH 3/4] brcm: add firmware for newer version of " Arend van Spriel
2013-10-01 8:53 ` [PATCH 4/4] brcm: add firmware file for the BCM4335 " Arend van Spriel
2013-10-13 20:06 ` [PATCH 0/4] brcm: rename firmware files and add new files Ben Hutchings
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1380617590-5120-2-git-send-email-arend@broadcom.com \
--to=arend@broadcom.com \
--cc=ben@decadent.org.uk \
--cc=linux-wireless@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox