Bluetooth: Fix compilation of Marvell driver without debugfs
[pandora-kernel.git] / drivers / net / 3c505.c
index f71b354..7bba480 100644 (file)
@@ -1101,7 +1101,7 @@ static int elp_start_xmit(struct sk_buff *skb, struct net_device *dev)
        prime_rx(dev);
        spin_unlock_irqrestore(&adapter->lock, flags);
        netif_start_queue(dev);
-       return 0;
+       return NETDEV_TX_OK;
 }
 
 /******************************************************