net: use symbolic values for ndo_start_xmit() return codes
[deliverable/linux.git] / drivers / net / tlan.c
index aa6964922d5e20b54be7d5c6238b2ca72312a8f3..384cb5e28397924536bdbf79fa43ffbf8bb30b55 100644 (file)
@@ -1111,7 +1111,7 @@ static int TLan_StartTx( struct sk_buff *skb, struct net_device *dev )
                          dev->name, priv->txHead, priv->txTail );
                netif_stop_queue(dev);
                priv->txBusyCount++;
-               return 1;
+               return NETDEV_TX_BUSY;
        }
 
        tail_list->forward = 0;
This page took 0.023508 seconds and 5 git commands to generate.