patch-2.4.19 linux-2.4.19/net/sched/sch_prio.c

Next file: linux-2.4.19/net/sched/sch_sfq.c
Previous file: linux-2.4.19/net/sched/sch_ingress.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/net/sched/sch_prio.c linux-2.4.19/net/sched/sch_prio.c
@@ -327,6 +327,7 @@
 
 	if (cl - 1 > q->bands)
 		return -ENOENT;
+	tcm->tcm_handle |= TC_H_MIN(cl);
 	if (q->queues[cl-1])
 		tcm->tcm_info = q->queues[cl-1]->handle;
 	return 0;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)