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

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
......@@ -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,
};
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment