From: John W. Linville Date: Wed, 1 Sep 2010 20:12:28 +0000 (-0400) Subject: mac80211: only cancel software-based scans on suspend X-Git-Tag: v2.6.37-rc1~147^2~584^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85f72bc839705294b32b6c16b491c0422f0a71b3;p=pandora-kernel.git mac80211: only cancel software-based scans on suspend Otherwise the hardware scan handler could access an invalid scan request structure. The driver should cancel any pending hardware scans during the suspend process anyway, so also add a warning if the hardware scan is still pending when the device resumes. Signed-off-by: John W. Linville --- Reading git-diff-tree failed