pcnet-cs: declare MODULE_FIRMWARE
[deliverable/linux.git] / net / sched / sch_api.c
index 903e4188b6ca1057426f8327f0bb1d69f00afb0b..1acfd29cc8269e5a26422b8030623a93112533f8 100644 (file)
@@ -1179,7 +1179,7 @@ static int tc_fill_qdisc(struct sk_buff *skb, struct Qdisc *q, u32 clid,
                goto nla_put_failure;
 
        if (gnet_stats_copy_basic(&d, &q->bstats) < 0 ||
-           gnet_stats_copy_rate_est(&d, &q->rate_est) < 0 ||
+           gnet_stats_copy_rate_est(&d, &q->bstats, &q->rate_est) < 0 ||
            gnet_stats_copy_queue(&d, &q->qstats) < 0)
                goto nla_put_failure;
 
This page took 0.031365 seconds and 5 git commands to generate.