Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 16a79142 authored by Krzysztof Halasa's avatar Krzysztof Halasa Committed by Jeff Garzik
Browse files

Mark generic HDLC + PPP as broken.



PPP support in generic HDLC in Linux 2.6.25 is broken and will cause
a kernel panic when a device configured in PPP mode is activated.

It will be replaced by new PPP implementation after Linux 2.6.25 is
released.

This affects only PPP support in generic HDLC (mostly Hitachi SCA
and SCA-II based drivers, wanxl, and few others). Standalone syncppp
and async PPP support are not affected.

Signed-off-by: default avatarKrzysztof Halasa <khc@pm.waw.pl>
Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
parent 44fb3126
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -150,9 +150,13 @@ config HDLC_FR

config HDLC_PPP
	tristate "Synchronous Point-to-Point Protocol (PPP) support"
	depends on HDLC
	depends on HDLC && BROKEN
	help
	  Generic HDLC driver supporting PPP over WAN connections.
	  This module is currently broken and will cause a kernel panic
	  when a device configured in PPP mode is activated.

	  It will be replaced by new PPP implementation in Linux 2.6.26.

	  If unsure, say N.