commit 295c69ba05cd60acd2efe0b38c26a9b4ccc1b372 Author: Simon Arlott Date: Mon Apr 12 23:02:51 2010 +0100 do round robin tx diff --git a/net/sched/sch_teql.c b/net/sched/sch_teql.c index 3415b6c..8e7c0c6 100644 --- a/net/sched/sch_teql.c +++ b/net/sched/sch_teql.c @@ -105,7 +105,7 @@ teql_dequeue(struct Qdisc* sch) if (skb == NULL) { struct net_device *m = qdisc_dev(dat_queue->qdisc); if (m) { - dat->m->slaves = sch; +// dat->m->slaves = sch; netif_wake_queue(m); } }