isdn: Remove ASYNC_CLOSING
The tty core no longer provides ASYNC_CLOSING. Use private flag for same purpose, which is to disable AT-emulator output (why this is necessary is not clear). Cc: Karsten Keil <isdn@linux-pingi.de> Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
cd7b4b3944
commit
a657eecd02
2 changed files with 7 additions and 6 deletions
|
@ -319,6 +319,7 @@ typedef struct modem_info {
|
|||
int online; /* 1 = B-Channel is up, drop data */
|
||||
/* 2 = B-Channel is up, deliver d.*/
|
||||
int dialing; /* Dial in progress or ATA */
|
||||
int closing;
|
||||
int rcvsched; /* Receive needs schedule */
|
||||
int isdn_driver; /* Index to isdn-driver */
|
||||
int isdn_channel; /* Index to isdn-channel */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue