]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[netdrvr skge] fix build
authorJeff Garzik <jgarzik@pobox.com>
Tue, 13 Dec 2005 16:35:22 +0000 (11:35 -0500)
committerJeff Garzik <jgarzik@pobox.com>
Tue, 13 Dec 2005 16:35:22 +0000 (11:35 -0500)
drivers/net/skge.c

index 8b6e2a11e28d58a893c24761e18d3d9ac112c7cf..00d683063c01639c0faf91446001015c84b597e5 100644 (file)
@@ -2280,7 +2280,7 @@ static int skge_xmit_frame(struct sk_buff *skb, struct net_device *dev)
        }
 
        if (unlikely(skge->tx_avail < skb_shinfo(skb)->nr_frags +1)) {
-               if (!netif_stopped(dev)) {
+               if (!netif_queue_stopped(dev)) {
                        netif_stop_queue(dev);
 
                        printk(KERN_WARNING PFX "%s: ring full when queue awake!\n",