]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mISDN: Bugfix for layer2 fixed TEI mode
authorKarsten Keil <keil@b1-systems.de>
Sat, 4 Aug 2012 00:14:25 +0000 (00:14 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 15 Aug 2012 14:52:46 +0000 (07:52 -0700)
commitea02ff4c40e462d62b9f6d2985bcf290b5148db9
tree0391f4f5c25a51de3c3c63dda321e665e4ab4afe
parenta555658b20781b8aff35ce660a4618a30b5f7120
mISDN: Bugfix for layer2 fixed TEI mode

commit 25099335944a23db75d4916644122c746684e093 upstream.

If a fixed TEI is used, the initial state of the layer 2 statmachine need to be
4 (TEI assigned). This was true only for Point to Point connections, but not
for the other fixed TEIs. It was not found before, because usually only the
TEI 0 is used as fixed TEI for PtP mode, but if you try X31 packet mode
connections with SAPI 16, TEI 1, it did fail.

Signed-off-by: Karsten Keil <keil@b1-systems.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/isdn/mISDN/layer2.c