staging: most: add fair buffer distribution
[firefly-linux-kernel-4.4.55.git] / drivers / staging / most / aim-network / networking.c
index c13bd89226d3dd0ad358c8997c71b6e57fdbf39b..f0d9a439544e98e93cf85dcad89e5d4dd514a102 100644 (file)
@@ -245,7 +245,7 @@ static netdev_tx_t most_nd_start_xmit(struct sk_buff *skb,
 
        BUG_ON(nd->dev != dev);
 
-       mbo = most_get_mbo(nd->iface, nd->tx.ch_id);
+       mbo = most_get_mbo(nd->iface, nd->tx.ch_id, &aim);
 
        if (!mbo) {
                netif_stop_queue(dev);