mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
wan/hdlc_x25: make lapb params configurable
This enables you to configure mode (DTE/DCE), Modulo, Window, T1, T2, N2 via sethdlc (which needs to be patched as well). Signed-off-by: Martin Schiller <ms@dev.tdt.de> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
29237d22bc
commit
f362e5fe0f
3 changed files with 87 additions and 3 deletions
|
@ -213,6 +213,7 @@ struct if_settings {
|
|||
fr_proto __user *fr;
|
||||
fr_proto_pvc __user *fr_pvc;
|
||||
fr_proto_pvc_info __user *fr_pvc_info;
|
||||
x25_hdlc_proto __user *x25;
|
||||
|
||||
/* interface settings */
|
||||
sync_serial_settings __user *sync;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue