]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: mvm: don't stop regular scans when going out of idle state
authorLuciano Coelho <luciano.coelho@intel.com>
Tue, 12 May 2015 06:30:36 +0000 (09:30 +0300)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Thu, 28 May 2015 10:35:20 +0000 (13:35 +0300)
commitcc9597a905127c827cd4f6f594758330181e3d21
treee6908f439f84dc8dcab6ba379d1dfd7a72f837f1
parent6bac372d431dc6347cc0e6725fdb7f44677b8f62
iwlwifi: mvm: don't stop regular scans when going out of idle state

It is not necessary to stop regular scans when going out of idle
state.  Previously, we were doing so for LMAC scans because the
iwl_mvm_scan_offload_stop() function was stopping both kinds of scans.
Now that we have more granularity, we can skip it.

Signed-off-by: Luciano Coelho <luciano.coelho@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/iwlwifi/mvm/mac80211.c