[go: nahoru, domu]

History log of /drivers/isdn/mISDN/layer2.h
Revision Date Author Comments
475be4d85a274d0961593db41cf85689db1d583c 20-Feb-2012 Joe Perches <joe@perches.com> isdn: whitespace coding style cleanup

isdn source code uses a not-current coding style.

Update the coding style used on a per-line basis
so that git diff -w shows only elided blank lines
at EOF.

Done with emacs and some scripts and some typing.

Built x86 allyesconfig.
No detected change in objdump -d or size.

Signed-off-by: Joe Perches <joe@perches.com>
5b277b8605f4c8fbd13302df33ab4570f844c1ff 25-May-2009 Andreas Eversberg <andreas@eversberg.eu> mISDN: Fix TEI and SAPI handling

Added SAPI value to use SAPIs different than 0.

Now fixed TEIs work in NT mode. This allows PTP endpoint to be connected
to PTMP ports together with other PTMP endpoints.

New enhanced version, thanks to Sam Ravnborg <sam@ravnborg.org> for the
hints.

Signed-off-by: Andreas Eversberg <andreas@eversberg.eu>
Signed-off-by: Karsten Keil <keil@b1-systems.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
c5b61d59a685b1227b8a994b52a9b0bd68dc8da8 27-Jul-2008 Karsten Keil <kkeil@suse.de> Fix namespace issue with Hisax

you can pull this git://git./linux/kernel/git/kkeil/ISDN-2.6 master

rename release_tei() to TEIrelease() because release_tei() was
already exported bei the old HiSax driver.

Signed-off-by: Karsten Keil <kkeil@suse.de>
1b2b03f8e514e4f68e293846ba511a948b80243c 27-Jul-2008 Karsten Keil <kkeil@suse.de> Add mISDN core files

Add mISDN core files

Signed-off-by: Karsten Keil <kkeil@suse.de>