usbnet: 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
8b62ff2dbc
commit
25a79c41ce
@ -727,7 +727,8 @@ static void rtl8150_set_multicast(struct net_device *netdev)
|
||||
netif_wake_queue(netdev);
|
||||
}
|
||||
|
||||
static int rtl8150_start_xmit(struct sk_buff *skb, struct net_device *netdev)
|
||||
static netdev_tx_t rtl8150_start_xmit(struct sk_buff *skb,
|
||||
struct net_device *netdev)
|
||||
{
|
||||
rtl8150_t *dev = netdev_priv(netdev);
|
||||
int count, res;
|
||||
|
Reference in New Issue
Block a user