patch-2.4.7 linux/drivers/net/arlan.c

Next file: linux/drivers/net/at1700.c
Previous file: linux/drivers/net/aironet4500_core.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.6/linux/drivers/net/arlan.c linux/drivers/net/arlan.c
@@ -1144,7 +1144,7 @@
 	struct arlan_conf_stru *conf = ((struct arlan_private *) dev->priv)->Conf;
 
 	ARLAN_DEBUG_ENTRY("arlan_change_mtu");
-	if ((new_mtu < 68) || (new_mtu > 2032))
+	if (new_mtu > 2032)
 		return -EINVAL;
 	dev->mtu = new_mtu;
 	if (new_mtu < 256)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)