[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)
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>

No differences found