diff options
author | Henry Ptasinski <henryp@broadcom.com> | 2011-04-08 07:51:13 -0700 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2011-04-26 22:53:09 +0100 |
commit | a531257c40920de0161150091eaccbbc1182eb96 (patch) | |
tree | 77abc696dabb116918de6139c1a3a79f3661e9dd /WHENCE | |
parent | 9c99d02773cc22e4b4cc7cf8561f376cf7c7b46a (diff) |
linux-firmware: Removed codeversion from brcm 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 and fixed
WHENCE to have correct names and path to these files.
Signed-off-by: Henry Ptasinski <henryp@broadcom.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'WHENCE')
-rw-r--r-- | WHENCE | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1433,19 +1433,19 @@ Licence: -------------------------------------------------------------------------- -Driver: brcm80211 - Broadcom 802.11n wireless LAN driver. +Driver: brcmsmac - Broadcom 802.11n softmac 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. -------------------------------------------------------------------------- -Driver: brcm80211 - Broadcom 802.11n wireless LAN driver. +Driver: brcmfmac - Broadcom 802.11n fullmac 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. |