[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1294527461.3283.45.camel@localhost>
Date: Sat, 08 Jan 2011 22:57:41 +0000
From: Ben Hutchings <ben@...adent.org.uk>
To: David Woodhouse <dwmw2@...radead.org>
Cc: LKML <linux-kernel@...r.kernel.org>,
Henry Ptasinski <henryp@...adcom.com>
Subject: [PATCH 1/2] brcm80211: Remove version number from filenames,
matching the driver
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@...adent.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]
Download attachment "signature.asc" of type "application/pgp-signature" (829 bytes)
Powered by blists - more mailing lists