netdev: convert pseudo drivers to netdev_tx_t
These are all drivers that don't touch real hardware. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
6518bbb803
commit
424efe9caf
@@ -1188,7 +1188,7 @@ static int fwnet_stop(struct net_device *net)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int fwnet_tx(struct sk_buff *skb, struct net_device *net)
|
||||
static netdev_tx_t fwnet_tx(struct sk_buff *skb, struct net_device *net)
|
||||
{
|
||||
struct fwnet_header hdr_buf;
|
||||
struct fwnet_device *dev = netdev_priv(net);
|
||||
|
Reference in New Issue
Block a user