From: Juuso Oikarinen Date: Tue, 21 Sep 2010 04:23:29 +0000 (+0200) Subject: wl1271: Fix work cancelling when shutting down the driver X-Git-Tag: v2.6.37-rc1~147^2~191^2^2~34^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c7f4f3166e16bb350bfc53955ea6cf9bfd34aab;p=pandora-kernel.git wl1271: Fix work cancelling when shutting down the driver The work cancelling has had several hazards, ranging from potentially executing work after the driver is in OFF state, to executing work after the driver and relevant memory structures are already removed. Fix these. Signed-off-by: Juuso Oikarinen Reviewed-by: Teemu Paasikivi Signed-off-by: Luciano Coelho --- Reading git-diff-tree failed