Loading drivers/tty/n_gsm.c +0 −1 Original line number Original line Diff line number Diff line Loading @@ -21,7 +21,6 @@ * Mostly done: ioctls for setting modes/timing * Mostly done: ioctls for setting modes/timing * Partly done: hooks so you can pull off frames to non tty devs * Partly done: hooks so you can pull off frames to non tty devs * Restart DLCI 0 when it closes ? * Restart DLCI 0 when it closes ? * Test basic encoding * Improve the tx engine * Improve the tx engine * Resolve tx side locking by adding a queue_head and routing * Resolve tx side locking by adding a queue_head and routing * all control traffic via it * all control traffic via it Loading Loading
drivers/tty/n_gsm.c +0 −1 Original line number Original line Diff line number Diff line Loading @@ -21,7 +21,6 @@ * Mostly done: ioctls for setting modes/timing * Mostly done: ioctls for setting modes/timing * Partly done: hooks so you can pull off frames to non tty devs * Partly done: hooks so you can pull off frames to non tty devs * Restart DLCI 0 when it closes ? * Restart DLCI 0 when it closes ? * Test basic encoding * Improve the tx engine * Improve the tx engine * Resolve tx side locking by adding a queue_head and routing * Resolve tx side locking by adding a queue_head and routing * all control traffic via it * all control traffic via it Loading