Skip to content
Commit 03fe5f3e authored by Jiri Slaby's avatar Jiri Slaby Committed by David S. Miller
Browse files

NET: wan/x25_asy, move lapb_unregister to x25_asy_close_tty



We register lapb when tty is created, but unregister it only when the
device is UP. So move the lapb_unregister to x25_asy_close_tty after
the device is down.

The old behaviour causes ldisc switching to fail each second attempt,
because we noted for us that the device is unused, so we use it the
second time, but labp layer still have it registered, so it fails
obviously.

Signed-off-by: default avatarJiri Slaby <jslaby@suse.cz>
Reported-by: default avatarSergey Lapin <slapin@ossfans.org>
Cc: Andrew Hendry <andrew.hendry@gmail.com>
Tested-by: default avatarSergey Lapin <slapin@ossfans.org>
Tested-by: default avatarMikhail Ulyanov <ulyanov.mikhail@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 42eb59d3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment