summaryrefslogtreecommitdiff
path: root/target/linux/brcm-2.4/patches/011-wl_qdisc_war.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-06-26 20:41:59 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-06-26 20:41:59 +0000
commitcfbefb4b872d3983799f7fbc18d9621372113e53 (patch)
treecf8f3244e976824905b90f87dacee3a5984bccef /target/linux/brcm-2.4/patches/011-wl_qdisc_war.patch
parent812f02632308229c2ed9ee56bc11adba2e3c365a (diff)
downloadmtk-20170518-cfbefb4b872d3983799f7fbc18d9621372113e53.zip
mtk-20170518-cfbefb4b872d3983799f7fbc18d9621372113e53.tar.gz
mtk-20170518-cfbefb4b872d3983799f7fbc18d9621372113e53.tar.bz2
remove the brcm-2.4 target, it will no longer be supported in future releases. please use brcm47xx with broadcom-wl instead
SVN-Revision: 21946
Diffstat (limited to 'target/linux/brcm-2.4/patches/011-wl_qdisc_war.patch')
-rw-r--r--target/linux/brcm-2.4/patches/011-wl_qdisc_war.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/target/linux/brcm-2.4/patches/011-wl_qdisc_war.patch b/target/linux/brcm-2.4/patches/011-wl_qdisc_war.patch
deleted file mode 100644
index b2e746a..0000000
--- a/target/linux/brcm-2.4/patches/011-wl_qdisc_war.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/net/sched/sch_generic.c
-+++ b/net/sched/sch_generic.c
-@@ -84,6 +84,11 @@ int qdisc_restart(struct net_device *dev
- struct sk_buff *skb;
-
- /* Dequeue packet */
-+ if (!q) {
-+ if (net_ratelimit())
-+ printk(KERN_DEBUG "HELP ME! qdisc_restart called, but no Qdisc!\n");
-+ return 0;
-+ }
- if ((skb = q->dequeue(q)) != NULL) {
- if (spin_trylock(&dev->xmit_lock)) {
- /* Remember that the driver is grabbed by us. */