[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <48007CED.5030601@garzik.org>
Date: Sat, 12 Apr 2008 05:12:13 -0400
From: Jeff Garzik <jeff@...zik.org>
To: Krzysztof Halasa <khc@...waw.pl>
CC: Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
Krzysztof Halasa wrote:
> New synchronous PPP implementation for generic HDLC.
>
> Signed-off-by: Krzysztof Halasa <khc@...waw.pl>
>
> drivers/net/wan/Makefile | 2 +-
> drivers/net/wan/hdlc_ppp.c | 649 ++++++++++++++++++++++++++++++++++++++++----
> 2 files changed, 602 insertions(+), 49 deletions(-)
>
> diff --git a/drivers/net/wan/Makefile b/drivers/net/wan/Makefile
> index d61fef3..3081683 100644
> --- a/drivers/net/wan/Makefile
> +++ b/drivers/net/wan/Makefile
> @@ -14,7 +14,7 @@ obj-$(CONFIG_HDLC_RAW) += hdlc_raw.o
> obj-$(CONFIG_HDLC_RAW_ETH) += hdlc_raw_eth.o
> obj-$(CONFIG_HDLC_CISCO) += hdlc_cisco.o
> obj-$(CONFIG_HDLC_FR) += hdlc_fr.o
> -obj-$(CONFIG_HDLC_PPP) += hdlc_ppp.o syncppp.o
> +obj-$(CONFIG_HDLC_PPP) += hdlc_ppp.o
> obj-$(CONFIG_HDLC_X25) += hdlc_x25.o
applied
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists