irda: convert to netdev_tx_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
dbf02fae40
commit
6518bbb803
@@ -41,7 +41,8 @@
|
||||
|
||||
static int irlan_eth_open(struct net_device *dev);
|
||||
static int irlan_eth_close(struct net_device *dev);
|
||||
static int irlan_eth_xmit(struct sk_buff *skb, struct net_device *dev);
|
||||
static netdev_tx_t irlan_eth_xmit(struct sk_buff *skb,
|
||||
struct net_device *dev);
|
||||
static void irlan_eth_set_multicast_list( struct net_device *dev);
|
||||
static struct net_device_stats *irlan_eth_get_stats(struct net_device *dev);
|
||||
|
||||
@@ -162,7 +163,8 @@ static int irlan_eth_close(struct net_device *dev)
|
||||
* Transmits ethernet frames over IrDA link.
|
||||
*
|
||||
*/
|
||||
static int irlan_eth_xmit(struct sk_buff *skb, struct net_device *dev)
|
||||
static netdev_tx_t irlan_eth_xmit(struct sk_buff *skb,
|
||||
struct net_device *dev)
|
||||
{
|
||||
struct irlan_cb *self = netdev_priv(dev);
|
||||
int ret;
|
||||
|
Reference in New Issue
Block a user