Displaying 1 result from an estimated 1 matches for "hdlc_rcv".
2009 Jun 30
1
wan hdlc_ppp and IPv6
...riting the
drivers/net/wan directory with corresponding directory from
more recent (2.6.25.20, 2.6.30) vanilla kernel source, but I get errors:
CC [M] drivers/net/wan/hdlc.o
drivers/net/wan/hdlc.c:39:31: error: net/net_namespace.h: No such file or
directory
drivers/net/wan/hdlc.c: In function ?hdlc_rcv?:
drivers/net/wan/hdlc.c:69: warning: initialization from incompatible pointer
type
drivers/net/wan/hdlc.c:71: error: ?struct net_device? has no member named
?nd_net?
drivers/net/wan/hdlc.c:71: error: ?init_net? undeclared (first use in this
function)
drivers/net/wan/hdlc.c:71: error: (Each undecla...