From: samix.lebsir Date: Mon, 13 Aug 2012 12:44:22 +0000 (+0100) Subject: char: n_gsm: remove message filtering for contipated DLCI X-Git-Tag: omap-cleanup-sparseirq-for-v3.7~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10c6c383e43565c9c6ec07ff8eb2825f8091bdf0;p=pandora-kernel.git 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 Signed-off-by: Alan Cox Cc: Dressage Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed