patch-2.0.25 linux/drivers/net/net_init.c
Next file: linux/drivers/net/ni65.c
Previous file: linux/drivers/net/Space.c
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Wed Nov 6 14:39:42 1996
- Orig file:
v2.0.24/linux/drivers/net/net_init.c
- Orig date:
Thu Oct 31 12:08:51 1996
diff -u --recursive --new-file v2.0.24/linux/drivers/net/net_init.c linux/drivers/net/net_init.c
@@ -163,12 +163,12 @@
#ifdef CONFIG_FDDI
static int fddi_change_mtu(struct device *dev, int new_mtu)
- {
+{
if ((new_mtu < FDDI_K_SNAP_HLEN) || (new_mtu > FDDI_K_SNAP_DLEN))
return(-EINVAL);
dev->mtu = new_mtu;
return(0);
- }
+}
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov