]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/net/tlan.c
Merge branches 'slab/cleanups' and 'slab/fixes' into for-linus
[karo-tx-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;