Generic HDLC update

2006-09-26 Thread Krzysztof Halasa
Hi, Jeff, in this thread I'm posting two patches: - 1/2: modularizes generic HDLC code - WAN protocols (FR, Cisco HDLC etc.) can now be separate modules. We can now have multiple module versions for a protocol (something like syncppp-based PPP or based on generic PPP). Also we don't have to

Re: Generic HDLC update

2006-09-26 Thread Krzysztof Halasa
Jeff, The first patch renames drivers/net/wan/hdlc_generic.c file to hdlc.c. It has been generated with git-diff* -M. Please let me know if you need a normal patch. -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED]

Re: Generic HDLC update

2006-09-26 Thread Jeff Garzik
Krzysztof Halasa wrote: The first patch renames drivers/net/wan/hdlc_generic.c file to hdlc.c. It has been generated with git-diff* -M. Please let me know if you need a normal patch. It depends completely on what git-applymbox will accept, and how git-applymbox interprets your submission.