]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] Generic HDLC WAN drivers - disable netif_carrier_off()
authorKrzysztof Halasa <khc@pm.waw.pl>
Fri, 11 Nov 2005 00:54:14 +0000 (01:54 +0100)
committerChris Wright <chrisw@osdl.org>
Thu, 24 Nov 2005 22:10:08 +0000 (14:10 -0800)
commite193ed753d6f1301a06b797e512e01e3c569fec8
treed6f13f99ce84f5704df622cc052819091233977d
parentb3834f71cb794d4dba1f9ed2fec8bc7ee2f40b7e
[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: Chris Wright <chrisw@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/wan/hdlc_cisco.c
drivers/net/wan/hdlc_fr.c
drivers/net/wan/hdlc_generic.c