[PATCH 1/2] brcm80211: Remove version number from filenames,matching the driver

From: Ben Hutchings
Date: Sat Jan 08 2011 - 17:57:49 EST


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@xxxxxxxxxxxxxxx>
---
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: signature.asc
Description: This is a digitally signed message part