[PATCH] Generic HDLC WAN drivers - disable netif_carrier_off()
authorKrzysztof Halasa <khc@pm.waw.pl>
Fri, 11 Nov 2005 00:10:30 +0000 (01:10 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 16 Nov 2005 19:11:11 +0000 (14:11 -0500)
commit1f7bad72c0ed8cf29d13bac81ceeba9e1ac05c66
treed4c59ecdeb6b75cb71d852b4ee4c9c5c8cecee50
parentcd52d1ee9a92587b242d946a2300a3245d3b885a
[PATCH] Generic HDLC WAN drivers - disable netif_carrier_off()

As we are currently unable to fix the problem with carrier and protocol
state signaling in net core I've to disable netif_carrier_off()
calls used by WAN protocol drivers. The attached patch should make
them working again.

The remaining netif_carrier_*() calls in hdlc_fr.c are fine as they
don't touch the physical device.

Signed-off-by: Krzysztof Halasa <khc@pm.waw.pl>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wan/hdlc_cisco.c
drivers/net/wan/hdlc_fr.c
drivers/net/wan/hdlc_generic.c