diff options
Diffstat (limited to 'drivers/net/sun3lance.c')
-rw-r--r-- | drivers/net/sun3lance.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/sun3lance.c b/drivers/net/sun3lance.c index 534dfe3eef6f..0ca4241b4f63 100644 --- a/drivers/net/sun3lance.c +++ b/drivers/net/sun3lance.c | |||
@@ -562,7 +562,7 @@ static int lance_start_xmit( struct sk_buff *skb, struct net_device *dev ) | |||
562 | netif_start_queue(dev); | 562 | netif_start_queue(dev); |
563 | dev->trans_start = jiffies; | 563 | dev->trans_start = jiffies; |
564 | 564 | ||
565 | return 0; | 565 | return NETDEV_TX_OK; |
566 | } | 566 | } |
567 | 567 | ||
568 | 568 | ||
@@ -648,7 +648,7 @@ static int lance_start_xmit( struct sk_buff *skb, struct net_device *dev ) | |||
648 | 648 | ||
649 | local_irq_restore(flags); | 649 | local_irq_restore(flags); |
650 | 650 | ||
651 | return 0; | 651 | return NETDEV_TX_OK; |
652 | } | 652 | } |
653 | 653 | ||
654 | /* The LANCE interrupt handler. */ | 654 | /* The LANCE interrupt handler. */ |