diff options
author | Henry Ptasinski <henryp@broadcom.com> | 2010-10-21 14:37:53 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-10-21 14:43:49 -0400 |
commit | a4ac0d847af9dd34d5953a5e264400326144b6b2 (patch) | |
tree | 45cca9cf2938688f8dd104efdfebfcbe5f121db0 /drivers/staging | |
parent | 0a00bc2019ea54875b7263b1b0340c556379708a (diff) |
staging: brcm80211: brcmfmac: Removed codeversion from 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. Rename the firmware files using just basename-apiversion.
Users of the brcmfmac driver will need to update the linux-firmware package
to get the renamed files, or manually rename their installed firmware files.
Signed-off-by: Henry Ptasinski <henryp@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/brcm80211/brcmfmac/wl_cfg80211.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/brcm80211/brcmfmac/wl_cfg80211.c b/drivers/staging/brcm80211/brcmfmac/wl_cfg80211.c index 9664787a9a57..3f29488d9c72 100644 --- a/drivers/staging/brcm80211/brcmfmac/wl_cfg80211.c +++ b/drivers/staging/brcm80211/brcmfmac/wl_cfg80211.c | |||
@@ -52,8 +52,8 @@ static struct wl_dev *wl_cfg80211_dev; | |||
52 | 52 | ||
53 | u32 wl_dbg_level = WL_DBG_ERR | WL_DBG_INFO; | 53 | u32 wl_dbg_level = WL_DBG_ERR | WL_DBG_INFO; |
54 | 54 | ||
55 | #define WL_4329_FW_FILE "brcm/bcm4329-fullmac-4-218-248-5.bin" | 55 | #define WL_4329_FW_FILE "brcm/bcm4329-fullmac-4.bin" |
56 | #define WL_4329_NVRAM_FILE "brcm/bcm4329-fullmac-4-218-248-5.txt" | 56 | #define WL_4329_NVRAM_FILE "brcm/bcm4329-fullmac-4.txt" |
57 | 57 | ||
58 | /* | 58 | /* |
59 | ** cfg80211_ops api/callback list | 59 | ** cfg80211_ops api/callback list |