|
@@ -4179,6 +4179,7 @@ void bond_setup(struct net_device *bond_dev)
|
|
|
|
|
|
/* Initialize the device entry points */
|
|
/* Initialize the device entry points */
|
|
ether_setup(bond_dev);
|
|
ether_setup(bond_dev);
|
|
|
|
+ bond_dev->max_mtu = ETH_MAX_MTU;
|
|
bond_dev->netdev_ops = &bond_netdev_ops;
|
|
bond_dev->netdev_ops = &bond_netdev_ops;
|
|
bond_dev->ethtool_ops = &bond_ethtool_ops;
|
|
bond_dev->ethtool_ops = &bond_ethtool_ops;
|
|
|
|
|