X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=tools%2Fb43-tools%2Fpatches%2F003-brcmsmac-lcn-ucode.patch;fp=tools%2Fb43-tools%2Fpatches%2F003-brcmsmac-lcn-ucode.patch;h=12966a558fb4204338387c888b5e8ea126086a9d;hb=1bfb8f59fd968d8c32735ec5d9620ca70e270bc8;hp=0000000000000000000000000000000000000000;hpb=c701e898747e29980b8f2c7b8890cd7f03bacf1a;p=openwrt-working-2016%2F.git diff --git a/tools/b43-tools/patches/003-brcmsmac-lcn-ucode.patch b/tools/b43-tools/patches/003-brcmsmac-lcn-ucode.patch new file mode 100644 index 0000000000..12966a558f --- /dev/null +++ b/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;