aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2011-08-26 06:27:35 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2011-08-26 14:01:13 -0400
commita4c9fe8daf88b27f81be8022d49c073d37fe645e (patch)
treeca871fd8131dae22adb1adc542cfa128bba16426 /drivers/tty
parent88e5173ff12e6832899ac74ed0f3395107af2811 (diff)
n_gsm: update TODO list
This is now out of date so fix it Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/tty')
-rw-r--r--drivers/tty/n_gsm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/n_gsm.c b/drivers/tty/n_gsm.c
index 8a50e4eebf18..ed429082304d 100644
--- a/drivers/tty/n_gsm.c
+++ b/drivers/tty/n_gsm.c
@@ -21,7 +21,6 @@
21 * Mostly done: ioctls for setting modes/timing 21 * Mostly done: ioctls for setting modes/timing
22 * Partly done: hooks so you can pull off frames to non tty devs 22 * Partly done: hooks so you can pull off frames to non tty devs
23 * Restart DLCI 0 when it closes ? 23 * Restart DLCI 0 when it closes ?
24 * Test basic encoding
25 * Improve the tx engine 24 * Improve the tx engine
26 * Resolve tx side locking by adding a queue_head and routing 25 * Resolve tx side locking by adding a queue_head and routing
27 * all control traffic via it 26 * all control traffic via it