|
@@ -523,7 +523,7 @@ static int flexcan_get_berr_counter(const struct net_device *dev,
|
|
return err;
|
|
return err;
|
|
}
|
|
}
|
|
|
|
|
|
-static int flexcan_start_xmit(struct sk_buff *skb, struct net_device *dev)
|
|
|
|
|
|
+static netdev_tx_t flexcan_start_xmit(struct sk_buff *skb, struct net_device *dev)
|
|
{
|
|
{
|
|
const struct flexcan_priv *priv = netdev_priv(dev);
|
|
const struct flexcan_priv *priv = netdev_priv(dev);
|
|
struct can_frame *cf = (struct can_frame *)skb->data;
|
|
struct can_frame *cf = (struct can_frame *)skb->data;
|