]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/net/can/ti_hecc.c
can: Unify MTU settings for CAN interfaces
[mirror_ubuntu-bionic-kernel.git] / drivers / net / can / ti_hecc.c
index 2c62fe6c8fa967382796e99bbe1b85c37cd12916..258b9c4856ec6c1726c0e78a64becf19ae8c40d9 100644 (file)
@@ -871,6 +871,7 @@ static const struct net_device_ops ti_hecc_netdev_ops = {
        .ndo_open               = ti_hecc_open,
        .ndo_stop               = ti_hecc_close,
        .ndo_start_xmit         = ti_hecc_xmit,
+       .ndo_change_mtu         = can_change_mtu,
 };
 
 static int ti_hecc_probe(struct platform_device *pdev)