Skip to content

Commit e022c2f

Browse files
author
Krzysztof Hałasa
committed
WAN: new synchronous PPP implementation for generic HDLC.
Signed-off-by: Krzysztof Hałasa <[email protected]>
1 parent e1f024e commit e022c2f

3 files changed

Lines changed: 606 additions & 52 deletions

File tree

Documentation/networking/generic-hdlc.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ Krzysztof Halasa <[email protected]>
33

44

55
Generic HDLC layer currently supports:
6-
1. Frame Relay (ANSI, CCITT, Cisco and no LMI).
6+
1. Frame Relay (ANSI, CCITT, Cisco and no LMI)
77
- Normal (routed) and Ethernet-bridged (Ethernet device emulation)
88
interfaces can share a single PVC.
99
- ARP support (no InARP support in the kernel - there is an
1010
experimental InARP user-space daemon available on:
1111
http://www.kernel.org/pub/linux/utils/net/hdlc/).
12-
2. raw HDLC - either IP (IPv4) interface or Ethernet device emulation.
13-
3. Cisco HDLC.
14-
4. PPP (uses syncppp.c).
12+
2. raw HDLC - either IP (IPv4) interface or Ethernet device emulation
13+
3. Cisco HDLC
14+
4. PPP
1515
5. X.25 (uses X.25 routines).
1616

1717
Generic HDLC is a protocol driver only - it needs a low-level driver

drivers/net/wan/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ obj-$(CONFIG_HDLC_RAW) += hdlc_raw.o
1414
obj-$(CONFIG_HDLC_RAW_ETH) += hdlc_raw_eth.o
1515
obj-$(CONFIG_HDLC_CISCO) += hdlc_cisco.o
1616
obj-$(CONFIG_HDLC_FR) += hdlc_fr.o
17-
obj-$(CONFIG_HDLC_PPP) += hdlc_ppp.o syncppp.o
17+
obj-$(CONFIG_HDLC_PPP) += hdlc_ppp.o
1818
obj-$(CONFIG_HDLC_X25) += hdlc_x25.o
1919

2020
pc300-y := pc300_drv.o

0 commit comments

Comments
 (0)