patch-2.4.0-test12 linux/drivers/net/ppp_generic.c
Next file: linux/drivers/net/pppoe.c
Previous file: linux/drivers/net/plip.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue Nov 28 21:53:45 2000
- Orig file:
v2.4.0-test11/linux/drivers/net/ppp_generic.c
- Orig date:
Tue Oct 31 12:42:26 2000
diff -u --recursive --new-file v2.4.0-test11/linux/drivers/net/ppp_generic.c linux/drivers/net/ppp_generic.c
@@ -2207,7 +2207,7 @@
dev->init = ppp_net_init;
sprintf(dev->name, "ppp%d", unit);
dev->priv = ppp;
- dev->new_style = 1;
+ dev->features |= NETIF_F_DYNALLOC;
rtnl_lock();
ret = register_netdevice(dev);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)