n_tty: Unthrottle tty when flushing read buffer
authorKarthik Manamcheri <Karthik.Manamcheri@ni.com>
Wed, 23 Jan 2013 22:36:18 +0000 (16:36 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 Jan 2013 16:52:23 +0000 (08:52 -0800)
When the tty input buffer is full and thereby throttled,
flushing/resetting the read buffer should unthrottle to allow more
data to be received.

Signed-off-by: Karthik Manamcheri <Karthik.Manamcheri@ni.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found