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

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)