Re: [PATCH] WAN: DSCC4 driver requires generic HDLC

2006-11-14 Thread Jeff Garzik
Krzysztof Halasa wrote: Another thing, reported recently to me by several people - DSCC4 WAN driver now (and perhaps for the last couple of years+) requires the generic HDLC. I've fixed the Kconfig and moved the DSCC4 option under CONFIG_HDLC so it's consistent visually. Jeff, Francois, I think

Re: [PATCH] WAN: DSCC4 driver requires generic HDLC

2006-11-13 Thread Francois Romieu
Krzysztof Halasa <[EMAIL PROTECTED]> : [...] > Signed-off-by: Krzysztof Halasa <[EMAIL PROTECTED]> Acked-by: Francois Romieu <[EMAIL PROTECTED]> Let's improve the user-friendliness of hdlc... -- Ueimor - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message

[PATCH] WAN: DSCC4 driver requires generic HDLC

2006-11-13 Thread Krzysztof Halasa
Another thing, reported recently to me by several people - DSCC4 WAN driver now (and perhaps for the last couple of years+) requires the generic HDLC. I've fixed the Kconfig and moved the DSCC4 option under CONFIG_HDLC so it's consistent visually. Jeff, Francois, I think it's safe to apply. Thanks