diff options
| author | Jiri Slaby <jslaby@suse.cz> | 2012-06-04 07:35:17 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-06-12 18:50:23 -0400 |
| commit | 2a0213cb1e1ca6b2838595b0d70f09ecc4953ba9 (patch) | |
| tree | 800224a7ad6fe994d8a6fb30c5edb5fbd9fa4568 /include/net/irda | |
| parent | a3cc9fcff84c4c8aaecda2420acd89a1418d57e9 (diff) | |
TTY: ircomm, use close times from tty_port
Switch to tty_port->close_delay and closing_wait.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Samuel Ortiz <samuel@sortiz.org>
Cc: netdev@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/net/irda')
| -rw-r--r-- | include/net/irda/ircomm_tty.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/irda/ircomm_tty.h b/include/net/irda/ircomm_tty.h index 365fa6ec5298..b4184d089cc4 100644 --- a/include/net/irda/ircomm_tty.h +++ b/include/net/irda/ircomm_tty.h | |||
| @@ -101,9 +101,6 @@ struct ircomm_tty_cb { | |||
| 101 | struct timer_list watchdog_timer; | 101 | struct timer_list watchdog_timer; |
| 102 | struct work_struct tqueue; | 102 | struct work_struct tqueue; |
| 103 | 103 | ||
| 104 | unsigned short close_delay; | ||
| 105 | unsigned short closing_wait; /* time to wait before closing */ | ||
| 106 | |||
| 107 | int open_count; | 104 | int open_count; |
| 108 | int blocked_open; /* # of blocked opens */ | 105 | int blocked_open; /* # of blocked opens */ |
| 109 | 106 | ||
