1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-01 00:53:50 +03:00

b43-tools: pack the lcn firmware into the brcmsmac firmware package.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34453 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
hauke 2012-12-02 16:09:23 +00:00
parent c701e89874
commit 1bfb8f59fd

View File

@ -0,0 +1,22 @@
diff --git a/fwcutter/fwcutter.c b/fwcutter/fwcutter.c
index 6f5788c..e9082f9 100644
--- a/fwcutter/fwcutter.c
+++ b/fwcutter/fwcutter.c
@@ -449,7 +449,7 @@ static int brcmsmac_name_to_idx(const char *name)
return D11N0INITVALS16;
} else if (strcmp("ucode16_mimo", name) == 0) {
return D11UCODE_OVERSIGHT16_MIMO;
- } else if (strcmp("ucode24_mimo", name) == 0) {
+ } else if (strcmp("ucode24_lcn", name) == 0) {
return D11UCODE_OVERSIGHT24_LCN;
}
return 0;
@@ -459,7 +459,7 @@ static int brcmsmac_name_to_size_idx(const char *name)
{
if (strcmp("ucode16_mimo", name) == 0) {
return D11UCODE_OVERSIGHT16_MIMOSZ;
- } else if (strcmp("ucode24_mimo", name) == 0) {
+ } else if (strcmp("ucode24_lcn", name) == 0) {
return D11UCODE_OVERSIGHT24_LCNSZ;
}
return 0;