You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
convert hamradio drivers to netdev_txreturnt_t
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
3c805a22a3
commit
36e4d64a82
@@ -242,7 +242,7 @@ out_drop:
|
||||
|
||||
/* Encapsulate an IP datagram and kick it into a TTY queue. */
|
||||
|
||||
static int sp_xmit(struct sk_buff *skb, struct net_device *dev)
|
||||
static netdev_tx_t sp_xmit(struct sk_buff *skb, struct net_device *dev)
|
||||
{
|
||||
struct sixpack *sp = netdev_priv(dev);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user