public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Ben Hutchings <ben@decadent.org.uk>
To: David Woodhouse <dwmw2@infradead.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
	Henry Ptasinski <henryp@broadcom.com>
Subject: [PATCH 1/2] brcm80211: Remove version number from filenames, matching the driver
Date: Sat, 08 Jan 2011 22:57:41 +0000	[thread overview]
Message-ID: <1294527461.3283.45.camel@localhost> (raw)
In-Reply-To: <1294527372.3283.43.camel@localhost>

[-- Attachment #1: Type: text/plain, Size: 1401 bytes --]

The driver generates filenames like this:

                sprintf(fw_name, "%s-%d.fw", wl_firmwares[i],
                        UCODE_LOADER_API_VER);
                ...
                sprintf(fw_name, "%s_hdr-%d.fw", wl_firmwares[i],
                        UCODE_LOADER_API_VER);

which implies the filenames should be:

    brcm/bcm43xx-0.fw
    brcm/bcm43xx_hdr-0.fw

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---
 WHENCE                          |    5 +++--
 brcm/bcm43xx-0-610-809-0.fw     |  Bin 97376 -> 0 bytes
 brcm/bcm43xx-0.fw               |  Bin 0 -> 97376 bytes
 brcm/bcm43xx_hdr-0-610-809-0.fw |  Bin 180 -> 0 bytes
 brcm/bcm43xx_hdr-0.fw           |  Bin 0 -> 180 bytes
 5 files changed, 3 insertions(+), 2 deletions(-)
 delete mode 100644 brcm/bcm43xx-0-610-809-0.fw
 create mode 100644 brcm/bcm43xx-0.fw
 delete mode 100644 brcm/bcm43xx_hdr-0-610-809-0.fw
 create mode 100644 brcm/bcm43xx_hdr-0.fw

diff --git a/WHENCE b/WHENCE
index 0bc162c..cec7478 100644
--- a/WHENCE
+++ b/WHENCE
@@ -1403,8 +1403,9 @@ 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
+Version: 610.809.0
 
 Licence: Redistributable. See LICENCE.broadcom_bcm43xx for details.
 
[binary changes omitted]


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 828 bytes --]

  reply	other threads:[~2011-01-08 22:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-08 22:56 [PATCH 0/2] firmware: Administrative fixes Ben Hutchings
2011-01-08 22:57 ` Ben Hutchings [this message]
2011-01-10 20:07   ` [PATCH 1/2] brcm80211: Remove version number from filenames, matching the driver Henry Ptasinski
2011-01-08 23:06 ` [PATCH 2/2] Add source and copyright notice for CIS files from pcmcia-cs 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=1294527461.3283.45.camel@localhost \
    --to=ben@decadent.org.uk \
    --cc=dwmw2@infradead.org \
    --cc=henryp@broadcom.com \
    --cc=linux-kernel@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