From: Amitkumar Karwar Date: Wed, 26 Mar 2014 02:01:18 +0000 (-0700) Subject: mwifiex: corner case NULL pointer dereference fix X-Git-Tag: v3.15-rc1~113^2~18^2^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5e8560ee0f10e7daf4bc16caf7c50bb30fced9c;p=pandora-kernel.git mwifiex: corner case NULL pointer dereference fix When next scan command is delayed due to Tx traffic and meanwhile synchronous command is received followed by a signal, we cance all pending commands. NULL pointer dereference is seen in this case while queueing next command in scan delay timer. This patch adds a check to fix this issue. Signed-off-by: Amitkumar Karwar Signed-off-by: Bing Zhao Signed-off-by: John W. Linville --- Reading git-diff-tree failed