From: "Henry Ptasinski" <henryp@broadcom.com>
To: "David Woodhouse" <dwmw2@infradead.org>
Cc: "devel@linuxdriverproject.org" <devel@linuxdriverproject.org>,
"Brett Rudley" <brudley@broadcom.com>,
"grundler@google.com" <grundler@google.com>,
"greg@kroah.com" <greg@kroah.com>,
"linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>,
henryp@broadcom.com, rvossen@broadcom.com, dowan@broadcom.com,
arend@broadcom.com
Subject: [PATCH v2] linux-firmware: brcm: Removed codeversion from firmware filenames.
Date: Wed, 8 Dec 2010 12:50:00 -0800 [thread overview]
Message-ID: <20101208205000.GA30861@broadcom.com> (raw)
In-Reply-To: <1288621739.26983.32.camel@macbook.infradead.org>
Second attempt at cleaning up firmware filenames.
The basename-apiversion-codeversion construction for firmware filenames is not
used by most other firmware files, adds complexity, and is not providing any
value. Renamed the firmware files using just basename-apiversion. Also, fixed
WHENCE to have correct path to brcmfmac files.
Signed-off-by: Henry Ptasinski <henryp@broadcom.com>
---
WHENCE | 8 ++++----
...llmac-4-218-248-5.bin => bcm4329-fullmac-4.bin} | Bin 269595 -> 269595 bytes
...llmac-4-218-248-5.txt => bcm4329-fullmac-4.txt} | 0
brcm/{bcm43xx-0-610-809-0.fw => bcm43xx-0.fw} | Bin 97376 -> 97376 bytes
...bcm43xx_hdr-0-610-809-0.fw => bcm43xx_hdr-0.fw} | Bin 180 -> 180 bytes
5 files changed, 4 insertions(+), 4 deletions(-)
rename brcm/{bcm4329-fullmac-4-218-248-5.bin => bcm4329-fullmac-4.bin} (100%)
rename brcm/{bcm4329-fullmac-4-218-248-5.txt => bcm4329-fullmac-4.txt} (100%)
rename brcm/{bcm43xx-0-610-809-0.fw => bcm43xx-0.fw} (100%)
rename brcm/{bcm43xx_hdr-0-610-809-0.fw => bcm43xx_hdr-0.fw} (100%)
diff --git a/WHENCE b/WHENCE
index 9fad4fa..5451b3f 100644
--- a/WHENCE
+++ b/WHENCE
@@ -1392,8 +1392,8 @@ Licence:
Driver: brcm80211 - Broadcom 802.11n wireless LAN driver.
-File: brcm/bcm43xx-0-610-809-0.fw
-File: brcm/bcm43xx_hdr-0-610-809-0.fw
+File: brcm/bcm43xx-0.fw
+File: brcm/bcm43xx_hdr-0.fw
Licence: Redistributable. See LICENCE.broadcom_bcm43xx for details.
@@ -1401,8 +1401,8 @@ Licence: Redistributable. See LICENCE.broadcom_bcm43xx for details.
Driver: brcm80211 - Broadcom 802.11n wireless LAN driver.
-File: bcm4329-fullmac-4-218-248-5.bin
-File: bcm4329-fullmac-4-218-248-5.txt
+File: brcm/bcm4329-fullmac-4.bin
+File: brcm/bcm4329-fullmac-4.txt
Licence: Redistributable. See LICENCE.broadcom_bcm43xx for details.
diff --git a/brcm/bcm4329-fullmac-4-218-248-5.txt b/brcm/bcm4329-fullmac-4.txt
similarity index 100%
rename from brcm/bcm4329-fullmac-4-218-248-5.txt
rename to brcm/bcm4329-fullmac-4.txt
--
1.7.1
next prev parent reply other threads:[~2010-12-08 20:50 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <4CBE23F4.4020104@broadcom.com>
[not found] ` <20101019233520.GA12510@kroah.com>
[not found] ` <FD96C117992C584DBC47231B1EB6F5568206D859DC@SJEXCHCCR02.corp.ad.broadcom.com>
[not found] ` <20101020004743.GB31965@kroah.com>
[not found] ` <20101020005546.GL10832@broadcom.com>
[not found] ` <20101020010320.GA370@kroah.com>
2010-10-20 2:18 ` [PATCH] staging:brcm80211:brcmfmac:change firmware/config file name Henry Ptasinski
2010-10-20 3:10 ` Greg KH
2010-10-20 11:49 ` Rafał Miłecki
2010-10-20 18:04 ` Henry Ptasinski (local)
2010-10-21 17:08 ` [PATCH] linux-firmware: brcm: Removed codeversion from firmware filenames Henry Ptasinski
2010-11-01 14:28 ` David Woodhouse
2010-12-08 20:50 ` Henry Ptasinski [this message]
2010-12-08 22:07 ` [PATCH v2] " Rafał Miłecki
2010-12-08 22:23 ` Greg KH
2010-12-08 23:35 ` Henry Ptasinski
2010-12-09 0:28 ` Rafał Miłecki
2010-12-09 1:30 ` Henry Ptasinski
2010-12-09 9:01 ` Rafał Miłecki
2010-10-21 17:10 ` Subject: [PATCH] staging: brcm80211: brcmfmac: " Henry Ptasinski
2010-10-21 18:26 ` Greg KH
2010-10-21 18:37 ` Subject: [PATCH v2] " Henry Ptasinski
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=20101208205000.GA30861@broadcom.com \
--to=henryp@broadcom.com \
--cc=arend@broadcom.com \
--cc=brudley@broadcom.com \
--cc=devel@linuxdriverproject.org \
--cc=dowan@broadcom.com \
--cc=dwmw2@infradead.org \
--cc=greg@kroah.com \
--cc=grundler@google.com \
--cc=linux-wireless@vger.kernel.org \
--cc=rvossen@broadcom.com \
/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;
as well as URLs for NNTP newsgroup(s).