From: Rajkumar Manoharan Date: Sat, 14 May 2011 04:13:28 +0000 (+0530) Subject: mac80211: abort scan_work immediately when the device goes down X-Git-Tag: v3.0-rc1~147^2~12^2^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c29acf201007a6d73223f864f52406eb5ba19933;p=pandora-kernel.git mac80211: abort scan_work immediately when the device goes down As long as no delay is required b/w channel change, scan work is proceeding without scheduling a new work. In such case, we can not abort scan work when the card was unplugged. This patch completes the scanning immediately whenever the device goes down. Reviewed-by: Johannes Berg Signed-off-by: Rajkumar Manoharan Signed-off-by: John W. Linville --- Reading git-diff-tree failed