diff options
Diffstat (limited to 'drivers/net/tulip/de2104x.c')
-rw-r--r-- | drivers/net/tulip/de2104x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/tulip/de2104x.c b/drivers/net/tulip/de2104x.c index e7609a05032d..81f054dbb88d 100644 --- a/drivers/net/tulip/de2104x.c +++ b/drivers/net/tulip/de2104x.c | |||
@@ -612,7 +612,7 @@ static int de_start_xmit (struct sk_buff *skb, struct net_device *dev) | |||
612 | if (tx_free == 0) { | 612 | if (tx_free == 0) { |
613 | netif_stop_queue(dev); | 613 | netif_stop_queue(dev); |
614 | spin_unlock_irq(&de->lock); | 614 | spin_unlock_irq(&de->lock); |
615 | return 1; | 615 | return NETDEV_TX_BUSY; |
616 | } | 616 | } |
617 | tx_free--; | 617 | tx_free--; |
618 | 618 | ||