Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openwrt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Freifunk Luebeck
openwrt
Commits
619f46df
Commit
619f46df
authored
12 years ago
by
Hauke Mehrtens
Browse files
Options
Downloads
Patches
Plain Diff
b43-tools: update to version 017, which contains the patch.
SVN-Revision: 34574
parent
a087cde1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tools/b43-tools/Makefile
+3
-3
3 additions, 3 deletions
tools/b43-tools/Makefile
tools/b43-tools/patches/003-brcmsmac-lcn-ucode.patch
+0
-22
0 additions, 22 deletions
tools/b43-tools/patches/003-brcmsmac-lcn-ucode.patch
with
3 additions
and
25 deletions
tools/b43-tools/Makefile
+
3
−
3
View file @
619f46df
...
...
@@ -8,14 +8,14 @@
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
b43-tools
PKG_VERSION
:=
01
6
PKG_VERSION
:=
01
7
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.bz2
PKG_SOURCE_URL
:=
git://git.bues.ch/b43-tools.git
PKG_SOURCE_PROTO
:=
git
PKG_SOURCE_SUBDIR
:=
$(
PKG_NAME
)
PKG_SOURCE_VERSION
:=
38267954aae73659de271c67e6892c744b47f
3d
8
PKG_MIRROR_MD5SUM
:=
50ca3c763ee21ee213addd17cf1c1b86
PKG_SOURCE_VERSION
:=
691cd291afdb3dbfcf6b9624f8f4bd068af15
3d
0
#
PKG_MIRROR_MD5SUM:=50ca3c763ee21ee213addd17cf1c1b86
HOST_BUILD_DIR
=
$(
BUILD_DIR_HOST
)
/
$(
PKG_NAME
)
include
$(INCLUDE_DIR)/host-build.mk
...
...
This diff is collapsed.
Click to expand it.
tools/b43-tools/patches/003-brcmsmac-lcn-ucode.patch
deleted
100644 → 0
+
0
−
22
View file @
a087cde1
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;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment