]> git.kernelconcepts.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)
committerDavid S. Miller <davem@davemloft.net>
Mon, 6 Aug 2012 20:22:50 +0000 (13:22 -0700)
commit25099335944a23db75d4916644122c746684e093
tree4ce229c70a7ab8d7e342ad02fd8309350e1c2d1b
parentd836200a1c239a488cd2ed9867f4792f25f721d5
mISDN: Bugfix for layer2 fixed TEI mode

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>
Cc: <stable@vger.kernel.org> # 3.5.x
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/isdn/mISDN/layer2.c