From 619f46df054acca1f74b1b8fdea80e8256586088 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Fri, 7 Dec 2012 18:30:19 +0000 Subject: b43-tools: update to version 017, which contains the patch. SVN-Revision: 34574 --- .../b43-tools/patches/003-brcmsmac-lcn-ucode.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 tools/b43-tools/patches/003-brcmsmac-lcn-ucode.patch (limited to 'tools/b43-tools/patches') diff --git a/tools/b43-tools/patches/003-brcmsmac-lcn-ucode.patch b/tools/b43-tools/patches/003-brcmsmac-lcn-ucode.patch deleted file mode 100644 index 12966a558f..0000000000 --- a/tools/b43-tools/patches/003-brcmsmac-lcn-ucode.patch +++ /dev/null @@ -1,22 +0,0 @@ -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; -- cgit v1.2.3