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
@@ -803,7 +803,8 @@ static void kaweth_usb_transmit_complete(struct urb *urb)
|
||||
/****************************************************************
|
||||
* kaweth_start_xmit
|
||||
****************************************************************/
|
||||
static int kaweth_start_xmit(struct sk_buff *skb, struct net_device *net)
|
||||
static netdev_tx_t kaweth_start_xmit(struct sk_buff *skb,
|
||||
struct net_device *net)
|
||||
{
|
||||
struct kaweth_device *kaweth = netdev_priv(net);
|
||||
__le16 *private_header;
|
||||
|
Reference in New Issue
Block a user