X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=drivers%2Fnet%2Fsmc91x.c;h=0f2c52c2e04419c54bdc9c590814ac1f1436e620;hb=da8120355e80ddaf534adb8ed910871d97512d56;hp=2968c75ff49bb2bdda8e37e986c98db4022d3804;hpb=c86ae82605ef92594a0de809a8c588ae955fed63;p=linux-block.git diff --git a/drivers/net/smc91x.c b/drivers/net/smc91x.c index 2968c75ff49b..0f2c52c2e044 100644 --- a/drivers/net/smc91x.c +++ b/drivers/net/smc91x.c @@ -1774,6 +1774,7 @@ static const struct net_device_ops smc_netdev_ops = { .ndo_start_xmit = smc_hard_start_xmit, .ndo_tx_timeout = smc_timeout, .ndo_set_multicast_list = smc_set_multicast_list, + .ndo_change_mtu = eth_change_mtu, .ndo_validate_addr = eth_validate_addr, .ndo_set_mac_address = eth_mac_addr, #ifdef CONFIG_NET_POLL_CONTROLLER