aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2009-02-18 18:39:15 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2009-02-18 18:39:15 +0000
commitd37ac90b828ccb1e18a47999a2127ed2de6f7f03 (patch)
treed92450af1b754871fe763529cf40f08021f0d90f /package/mac80211/patches
parent0fe95301c99c14f56bce1c58b75e6881dc0f0aa1 (diff)
downloadupstream-d37ac90b828ccb1e18a47999a2127ed2de6f7f03.tar.gz
upstream-d37ac90b828ccb1e18a47999a2127ed2de6f7f03.tar.bz2
upstream-d37ac90b828ccb1e18a47999a2127ed2de6f7f03.zip
mac80211: Add Open FirmWare and Broadcom firmware version 4.178.10.4 support to b43 package.
SVN-Revision: 14555
Diffstat (limited to 'package/mac80211/patches')
-rw-r--r--package/mac80211/patches/500-disable_qos_when_openfw.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/mac80211/patches/500-disable_qos_when_openfw.patch b/package/mac80211/patches/500-disable_qos_when_openfw.patch
new file mode 100644
index 0000000000..9c36390c65
--- /dev/null
+++ b/package/mac80211/patches/500-disable_qos_when_openfw.patch
@@ -0,0 +1,11 @@
+--- a/drivers/net/wireless/b43/main.c
++++ b/drivers/net/wireless/b43/main.c
+@@ -2336,6 +2336,8 @@ static int b43_upload_microcode(struct b
+ b43info(dev->wl, "Loading OpenSource firmware version %u.%u%s\n",
+ dev->fw.rev, dev->fw.patch,
+ dev->fw.pcm_request_failed ? " (Hardware crypto not supported)" : "");
++ /* The OpenSource firmware does not support qos for now. */
++ b43_modparam_qos = 0;
+ } else {
+ b43info(dev->wl, "Loading firmware version %u.%u "
+ "(20%.2i-%.2i-%.2i %.2i:%.2i:%.2i)\n",