diff options
author | Karsten Keil <isdn@linux-pingi.de> | 2012-05-04 00:15:33 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-04 11:55:05 -0400 |
commit | c626c127279b265ab293348763e043864d58d42c (patch) | |
tree | 476fa67d42bff3a1a27d97818fa66d16bf501a88 /include/linux/mISDNif.h | |
parent | 8423e6b212a19d5f02232855dec73196297b5ee9 (diff) |
mISDN: Make layer1 timer 3 value configurable
For certification test it is very useful to change the layer1
timer3 value on runtime.
Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/mISDNif.h')
-rw-r--r-- | include/linux/mISDNif.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/mISDNif.h b/include/linux/mISDNif.h index b80f7648562a..9cc8ce57d259 100644 --- a/include/linux/mISDNif.h +++ b/include/linux/mISDNif.h | |||
@@ -37,7 +37,7 @@ | |||
37 | */ | 37 | */ |
38 | #define MISDN_MAJOR_VERSION 1 | 38 | #define MISDN_MAJOR_VERSION 1 |
39 | #define MISDN_MINOR_VERSION 1 | 39 | #define MISDN_MINOR_VERSION 1 |
40 | #define MISDN_RELEASE 26 | 40 | #define MISDN_RELEASE 27 |
41 | 41 | ||
42 | /* primitives for information exchange | 42 | /* primitives for information exchange |
43 | * generell format | 43 | * generell format |
@@ -372,6 +372,7 @@ clear_channelmap(u_int nr, u_char *map) | |||
372 | #define MISDN_CTRL_RX_OFF 0x0100 | 372 | #define MISDN_CTRL_RX_OFF 0x0100 |
373 | #define MISDN_CTRL_FILL_EMPTY 0x0200 | 373 | #define MISDN_CTRL_FILL_EMPTY 0x0200 |
374 | #define MISDN_CTRL_GETPEER 0x0400 | 374 | #define MISDN_CTRL_GETPEER 0x0400 |
375 | #define MISDN_CTRL_L1_TIMER3 0x0800 | ||
375 | #define MISDN_CTRL_HW_FEATURES_OP 0x2000 | 376 | #define MISDN_CTRL_HW_FEATURES_OP 0x2000 |
376 | #define MISDN_CTRL_HW_FEATURES 0x2001 | 377 | #define MISDN_CTRL_HW_FEATURES 0x2001 |
377 | #define MISDN_CTRL_HFC_OP 0x4000 | 378 | #define MISDN_CTRL_HFC_OP 0x4000 |