diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-02-20 08:55:27 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-02-20 08:55:27 +0000 |
commit | b91abeede47da1ed71f54d109d69339e5715a081 (patch) | |
tree | f42db299d819488f19172787dd33e9d6f9f78810 /package/mac80211/patches/500-b43-disable_qos_when_openfw.patch | |
parent | 68e36eb6b329a26ec59bb8d68c6e317a91d44b75 (diff) |
[package] mac80211: update compat-wireless to 2009-02-19
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14572 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/500-b43-disable_qos_when_openfw.patch')
-rw-r--r-- | package/mac80211/patches/500-b43-disable_qos_when_openfw.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/mac80211/patches/500-b43-disable_qos_when_openfw.patch b/package/mac80211/patches/500-b43-disable_qos_when_openfw.patch new file mode 100644 index 0000000000..9c36390c65 --- /dev/null +++ b/package/mac80211/patches/500-b43-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", |