From: Krzysztof Halasa Date: Fri, 11 Nov 2005 00:10:30 +0000 (+0100) Subject: [PATCH] Generic HDLC WAN drivers - disable netif_carrier_off() X-Git-Tag: v2.6.15-rc2~18^2~10^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f7bad72c0ed8cf29d13bac81ceeba9e1ac05c66;p=pandora-kernel.git [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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed