Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | make hdlc_setup() static again | Adrian Bunk | 2007-02-05 |
| | | | | | | | | | | hdlc_setup was exported, but this export was never used. If a driver using it actually shows up it can still be exported again. Signed-off-by: Adrian Bunk <bunk@stusta.de> Acked-by: Krzysztof Halasa <khc@pm.waw.pl> Signed-off-by: Jeff Garzik <jeff@garzik.org> | ||
* | [PATCH] Modularize generic HDLC | Krzysztof Halasa | 2006-09-26 |
This patch enables building of individual WAN protocol support routines (parts of generic HDLC) as separate modules. All protocol-private definitions are moved from hdlc.h file to protocol drivers. User-space interface and interface between generic HDLC and underlying low-level HDLC drivers are unchanged. Signed-off-by: Krzysztof Halasa <khc@pm.waw.pl> Signed-off-by: Jeff Garzik <jeff@garzik.org> |