From: Dan Williams Date: Mon, 8 Sep 2008 20:34:40 +0000 (-0400) Subject: libertas: clear current command on card removal X-Git-Tag: v2.6.28-rc1~717^2~292^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71b35f3abeb8f7f7e0afd7573424540cc5aae2d5;p=pandora-kernel.git libertas: clear current command on card removal If certain commands were in-flight when the card was pulled or the driver rmmod-ed, cleanup would block on the work queue stopping, but the work queue was in turn blocked on the current command being canceled, which didn't happen. Fix that. Signed-off-by: Dan Williams Cc: stable Signed-off-by: John W. Linville --- Reading git-diff-tree failed