bnx2x: Using the new FW
[deliverable/linux.git] / drivers / net / ewrk3.c
index 1e9723281405b6c5e52b15a29652efab8214b243..9c51bc813ad340cff5c07d7aae73ed3f95cf9150 100644 (file)
@@ -868,7 +868,7 @@ static int ewrk3_queue_pkt (struct sk_buff *skb, struct net_device *dev)
        if (inb (EWRK3_FMQC) == 0)
                netif_stop_queue (dev);
 
-       return 0;
+       return NETDEV_TX_OK;
 
 err_out:
        ENABLE_IRQs;
This page took 0.026296 seconds and 5 git commands to generate.