convert hamradio drivers to netdev_txreturnt_t
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Esse commit está contido em:

commit de
David S. Miller

pai
3c805a22a3
commit
36e4d64a82
@@ -594,7 +594,8 @@ static void ptt_off(struct net_device *dev)
|
||||
outb(PTT_OFF, MCR(dev->base_addr));
|
||||
}
|
||||
|
||||
static int yam_send_packet(struct sk_buff *skb, struct net_device *dev)
|
||||
static netdev_tx_t yam_send_packet(struct sk_buff *skb,
|
||||
struct net_device *dev)
|
||||
{
|
||||
struct yam_port *yp = netdev_priv(dev);
|
||||
|
||||
|
Referência em uma nova issue
Block a user