bnx2x: Using the new FW
[deliverable/linux.git] / drivers / net / e100.c
index 41b648a67fec34d071a5ee681b713e4cada6ee87..569df19f0df594e9eae73c48ceaf9c2d3cf9a729 100644 (file)
@@ -1720,7 +1720,7 @@ static int e100_xmit_frame(struct sk_buff *skb, struct net_device *netdev)
        }
 
        netdev->trans_start = jiffies;
-       return 0;
+       return NETDEV_TX_OK;
 }
 
 static int e100_tx_clean(struct nic *nic)
This page took 0.025438 seconds and 5 git commands to generate.