Browse Source

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

SVN-Revision: 34453
Hauke Mehrtens 13 years ago
parent
commit
9362c121c8
1 changed files with 22 additions and 0 deletions
  1. 22 0
      tools/b43-tools/patches/003-brcmsmac-lcn-ucode.patch

+ 22 - 0
tools/b43-tools/patches/003-brcmsmac-lcn-ucode.patch

@@ -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;