Re: [PATCH] WAN: Added missing netif_dormant_off() to generic HDLC

2006-07-16 Thread David Miller
From: Krzysztof Halasa <[EMAIL PROTECTED]> Date: Sun, 16 Jul 2006 14:17:20 +0200 > WAN: Fixed a problem with PPP/raw HDLC/X.25 protocols not doing > netif_dormant_off() at startup. > > Signed-off-by: Krzysztof Halasa <[EMAIL PROTECTED]> Applied, thanks. - To unsubscribe from this list: send the

[PATCH] WAN: Added missing netif_dormant_off() to generic HDLC

2006-07-16 Thread Krzysztof Halasa
WAN: Fixed a problem with PPP/raw HDLC/X.25 protocols not doing netif_dormant_off() at startup. Signed-off-by: Krzysztof Halasa <[EMAIL PROTECTED]> diff --git a/drivers/net/wan/hdlc_ppp.c b/drivers/net/wan/hdlc_ppp.c index b81263e..fbaab5b 100644 --- a/drivers/net/wan/hdlc_ppp.c +++ b/drivers/net