net: bridge: add the multicast_flood flag attribute to brport_attrs
[cascardo/linux.git] / net / sched / sch_mq.c
index b943982..2bc8d7f 100644 (file)
@@ -88,7 +88,7 @@ static void mq_attach(struct Qdisc *sch)
                        qdisc_destroy(old);
 #ifdef CONFIG_NET_SCHED
                if (ntx < dev->real_num_tx_queues)
-                       qdisc_list_add(qdisc);
+                       qdisc_hash_add(qdisc);
 #endif
 
        }