diff options
Diffstat (limited to 'drivers/net/sis900.c')
-rw-r--r-- | drivers/net/sis900.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sis900.c b/drivers/net/sis900.c index 2d4617b3e208..a9a897bb42d5 100644 --- a/drivers/net/sis900.c +++ b/drivers/net/sis900.c | |||
@@ -1584,7 +1584,7 @@ sis900_start_xmit(struct sk_buff *skb, struct net_device *net_dev) | |||
1584 | /* Don't transmit data before the complete of auto-negotiation */ | 1584 | /* Don't transmit data before the complete of auto-negotiation */ |
1585 | if(!sis_priv->autong_complete){ | 1585 | if(!sis_priv->autong_complete){ |
1586 | netif_stop_queue(net_dev); | 1586 | netif_stop_queue(net_dev); |
1587 | return 1; | 1587 | return NETDEV_TX_BUSY; |
1588 | } | 1588 | } |
1589 | 1589 | ||
1590 | spin_lock_irqsave(&sis_priv->lock, flags); | 1590 | spin_lock_irqsave(&sis_priv->lock, flags); |