]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit6e149d203fcb11a7fb5bb42ca94260eebb7c0453
treed4c59ecdeb6b75cb71d852b4ee4c9c5c8cecee50
parent65341b67f3454aab7758277a96e2f0afdd2b5660
[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