summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-04-07 18:40:10 +0000
committermb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-04-07 18:40:10 +0000
commitdd0ec52585ff88dbd397978d4ba9bcdc9fbcf905 (patch)
tree8b855ce471cf1a588350b68679b1f278ba991f68
parentf1c1d8237157893bb31b091ec5483299f1978e3a (diff)
Remove 500-b43-disable_qos_when_openfw.patch
This patch is incorrect. It leaves mac80211 and b43 in different states. mac80211's hw->queues will be left at 4 (QoS enabled), while QoS will be disabled inside of b43's queue handling. There currently is no way to disable QoS after loading the firmware. Buildroot should probably statically change the module parameter to QoS=0, if the opensource firmware is built into the image. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15142 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/mac80211/patches/500-b43-disable_qos_when_openfw.patch11
1 files changed, 0 insertions, 11 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
deleted file mode 100644
index 9c36390c6..000000000
--- a/package/mac80211/patches/500-b43-disable_qos_when_openfw.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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",