From 1fe4998cee9a2c318d694a9109f871109f67dff0 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 26 Jun 2010 20:41:59 +0000 Subject: remove the brcm-2.4 target, it will no longer be supported in future releases. please use brcm47xx with broadcom-wl instead git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21946 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/brcm-2.4/patches/011-wl_qdisc_war.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 target/linux/brcm-2.4/patches/011-wl_qdisc_war.patch (limited to 'target/linux/brcm-2.4/patches/011-wl_qdisc_war.patch') 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 b2e746a6c..000000000 --- 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. */ -- cgit v1.2.3