]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/net/sunhme.c
ixgbe: Fix usage of second flags bitmap when using LRO/RSC
[mv-sheeva.git] / drivers / net / sunhme.c
index 4e9bd380a5c2ea2b50661627e439da2a9bc2712e..4ef729198e10b6630692fef18b2a47cb88bc10b6 100644 (file)
@@ -2275,7 +2275,7 @@ static int happy_meal_start_xmit(struct sk_buff *skb, struct net_device *dev)
                spin_unlock_irq(&hp->happy_lock);
                printk(KERN_ERR "%s: BUG! Tx Ring full when queue awake!\n",
                       dev->name);
-               return 1;
+               return NETDEV_TX_BUSY;
        }
 
        entry = hp->tx_new;