]> git.karo-electronics.de Git - karo-tx-linux.git/commit
char: n_gsm: remove message filtering for contipated DLCI
authorsamix.lebsir <samix.lebsir@intel.com>
Mon, 13 Aug 2012 12:44:22 +0000 (13:44 +0100)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 17 Oct 2012 02:48:14 +0000 (03:48 +0100)
commitba3fd3d6cf4a97bcb934614295aa2ee4d2cd6ac9
treebe5a6fb8b2c841023ea0502490765d43abe54116
parent6e9b3851b52f170abd7e7cabd01f34f327626c1c
char: n_gsm: remove message filtering for contipated DLCI

commit 10c6c383e43565c9c6ec07ff8eb2825f8091bdf0 upstream.

The design of uplink flow control in the mux driver is
that for constipated channels data will backup into the
per-channel fifos, and any messages that make it to the
outbound message queue will still go out.
Code was added to also stop messages that were in the outbound
queue but this requires filtering through all the messages on the
queue for stopped dlcis and changes some of the mux logic unneccessarily.

The message fiiltering was removed to be in line w/ the original design
as the message filtering does not provide any solution.
Extra debug messages used during investigation were also removed.

Signed-off-by: samix.lebsir <samix.lebsir@intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/tty/n_gsm.c