diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2012-12-07 18:30:19 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2012-12-07 18:30:19 +0000 |
commit | 9bc98e4fd9a3cf46be62a476ed1b624e26ee2da2 (patch) | |
tree | 18f3f882523c6d997f8a1498b85acbc85e8e6217 /tools/b43-tools/patches | |
parent | 0ef1d5d75808ee5f80c551473aa890425d8513eb (diff) | |
download | upstream-9bc98e4fd9a3cf46be62a476ed1b624e26ee2da2.tar.gz upstream-9bc98e4fd9a3cf46be62a476ed1b624e26ee2da2.tar.bz2 upstream-9bc98e4fd9a3cf46be62a476ed1b624e26ee2da2.zip |
b43-tools: update to version 017, which contains the patch.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34574 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/b43-tools/patches')
-rw-r--r-- | tools/b43-tools/patches/003-brcmsmac-lcn-ucode.patch | 22 |
1 files changed, 0 insertions, 22 deletions
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; |