From: Luciano Coelho Date: Fri, 20 Mar 2015 14:11:28 +0000 (+0200) Subject: iwlwifi: mvm: differentiate net-detect from sched scan X-Git-Tag: omap-for-v4.3/legacy-v2-signed~163^2~230^2~33^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19945dfb94fafe50d9e6d1b1d0884c9ec7e3c84c;p=pandora-kernel.git iwlwifi: mvm: differentiate net-detect from sched scan Net-detect scans were using the same type as sched scan, which was causing the driver to return -EBUSY and prevent the system from suspending if there was an ongoing scheduled scan. To avoid this, add a new type for net-detect and don't stop anything when it is requested, so that the existing scheduled scan will be resumed when the system wakes up. Signed-off-by: Luciano Coelho Reviewed-by: Johannes Berg Signed-off-by: Emmanuel Grumbach --- Reading git-diff-tree failed