summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/mISDN/layer2.h
Commit message (Collapse)AuthorAgeFilesLines
* isdn: whitespace coding style cleanupJoe Perches2012-02-211-6/+6
| | | | | | | | | | | | | | | 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>
* mISDN: Fix TEI and SAPI handlingAndreas Eversberg2009-05-251-1/+1
| | | | | | | | | | | | | | 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>
* Fix namespace issue with HisaxKarsten Keil2008-07-271-1/+1
| | | | | | | | | 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>
* Add mISDN core filesKarsten Keil2008-07-271-0/+140
Add mISDN core files Signed-off-by: Karsten Keil <kkeil@suse.de>