]> git.baikalelectronics.ru Git - kernel.git/commit
mISDN: Add E-Channel logging features
authorMartin Bachem <m.bachem@gmx.de>
Wed, 3 Sep 2008 13:17:45 +0000 (15:17 +0200)
committerKarsten Keil <kkeil@suse.de>
Fri, 9 Jan 2009 21:44:25 +0000 (22:44 +0100)
commitf63595dc3a73e93ba3f1b929f0864ae1c16d102b
tree40da1b8d61dbc0d837f5b6732cbb82a261cbb277
parented4548001cf190408bed60f9a0e6d5ede11db2df
mISDN: Add E-Channel logging features

New prim PH_DATA_E_IND.

 - all E-ch frames are indicated by recv_Echannel(), which pushes E-Channel
   frames into dch's rqueue
 - if dchannel is opened with channel nr 0, no E-Channel logging
   is requested
 - if dchannel is opened with channel nr 1, E-Channel logging
   is requested. if layer1 does not support that, -EINVAL
   in return is appropriate

Signed-off-by: Martin Bachem <m.bachem@gmx.de>
Signed-off-by: Karsten Keil <kkeil@suse.de>
drivers/isdn/mISDN/hwchannel.c
drivers/isdn/mISDN/stack.c
include/linux/mISDNhw.h
include/linux/mISDNif.h