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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 Aug 2012 19:03:30 +0000 (12:03 -0700)
commit10c6c383e43565c9c6ec07ff8eb2825f8091bdf0
tree23b06a40b458bec745b0e9de6f005f69eee8c9e6
parentc01af4fec2c8f303d6b3354d44308d9e6bef8026
char: n_gsm: remove message filtering for contipated DLCI

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>
Cc: Dressage <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/n_gsm.c