Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92593a03 authored by Marc Kleine-Budde's avatar Marc Kleine-Budde
Browse files

can: xilinx_can: add .ndo_change_mtu function



Use common can_change_mtu function.

Signed-off-by: default avatarMarc Kleine-Budde <mkl@pengutronix.de>
parent fb3ec7ba
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -962,6 +962,7 @@ static const struct net_device_ops xcan_netdev_ops = {
	.ndo_open	= xcan_open,
	.ndo_stop	= xcan_close,
	.ndo_start_xmit	= xcan_start_xmit,
	.ndo_change_mtu	= can_change_mtu,
};

/**