diff options
Diffstat (limited to 'net/sched/sch_mq.c')
| -rw-r--r-- | net/sched/sch_mq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/sch_mq.c b/net/sched/sch_mq.c index 3e82f047caaf..56a77b878eb3 100644 --- a/net/sched/sch_mq.c +++ b/net/sched/sch_mq.c | |||
| @@ -57,7 +57,7 @@ static int mq_init(struct Qdisc *sch, struct nlattr *opt) | |||
| 57 | 57 | ||
| 58 | for (ntx = 0; ntx < dev->num_tx_queues; ntx++) { | 58 | for (ntx = 0; ntx < dev->num_tx_queues; ntx++) { |
| 59 | dev_queue = netdev_get_tx_queue(dev, ntx); | 59 | dev_queue = netdev_get_tx_queue(dev, ntx); |
| 60 | qdisc = qdisc_create_dflt(dev_queue, default_qdisc_ops, | 60 | qdisc = qdisc_create_dflt(dev_queue, get_default_qdisc_ops(dev, ntx), |
| 61 | TC_H_MAKE(TC_H_MAJ(sch->handle), | 61 | TC_H_MAKE(TC_H_MAJ(sch->handle), |
| 62 | TC_H_MIN(ntx + 1))); | 62 | TC_H_MIN(ntx + 1))); |
| 63 | if (qdisc == NULL) | 63 | if (qdisc == NULL) |
