[netdrvr skge] fix build

This commit is contained in:
Jeff Garzik 2005-12-13 11:35:22 -05:00
parent be0d9b6c7a
commit 98684a9d91
1 changed files with 1 additions and 1 deletions

View 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",