aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/hdlc.c
Commit message (Collapse)AuthorAgeFilesLines
* [HDLC] Fix dev->header_cache_update having a random value.Krzysztof Halasa2007-03-021-10/+23
| | | | | | | | Switching HDLC devices from Ethernet-framing mode caused stale ethernet function assignments within net_device. Signed-off-by: Krzysztof Halasa <khc@pm.waw.pl> Signed-off-by: David S. Miller <davem@davemloft.net>
* make hdlc_setup() static againAdrian Bunk2007-02-051-2/+1
| | | | | | | | | | 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 HDLCKrzysztof Halasa2006-09-261-0/+368
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>