]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/ieee802154/fakehard.c
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
[mirror_ubuntu-artful-kernel.git] / drivers / ieee802154 / fakehard.c
index 0384144c0b34834546cbfb736e825e0e37b95a2d..14045a7ba3880bb0f1ea324d99aae1b6247185d6 100644 (file)
@@ -132,7 +132,7 @@ static int ieee802154_fake_xmit(struct sk_buff *skb, struct net_device *dev)
 
        /* FIXME: do hardware work here ... */
 
-       return 0;
+       return NETDEV_TX_OK;
 }