From: Amitkumar Karwar Date: Thu, 20 Mar 2014 23:23:49 +0000 (-0700) Subject: mwifiex: cancel pending commands for signal X-Git-Tag: v3.15-rc1~113^2~18^2^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d026d09b28dda24777129a931634949c75a9181;p=pandora-kernel.git mwifiex: cancel pending commands for signal When a thread is interrupted by signal, all wait_event_interruptible calls after queueing commands return an error. Numbers of commands in pending queue are increased in this case. Sometimes all commands nodes in pool are filled. We will cancel pending commands when signal is received. Signed-off-by: Amitkumar Karwar Signed-off-by: Bing Zhao Signed-off-by: John W. Linville --- Reading git-diff-tree failed