]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: mvm: disable scheduled scan
authorJohannes Berg <johannes.berg@intel.com>
Thu, 16 Jan 2014 08:18:07 +0000 (09:18 +0100)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Thu, 30 Jan 2014 17:28:59 +0000 (19:28 +0200)
commit9e05fad6485332999aa925217f76679b9e336db4
tree4472f9fd87793f19ee280f1b45b189996937ac9a
parentc030f6010a11c6001008c3b97a89b1dbb80fef7f
iwlwifi: mvm: disable scheduled scan

The iwlwifi scheduled scan implementation doesn't adhere to the
userspace API correctly - the API assumes that any new incoming
'incompatible' request (like scan or remain-on-channel for this
driver) will just cancel the scheduled scan. Instead our driver
relies on userspace cancelling it, thus breaking existing wpa_s
versions.

Cc: stable@vger.kernel.org [3.13]
Fixes: cd72652bc709 ("iwlwifi: mvm: support sched scan if supported by the fw")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/iwlwifi/mvm/mac80211.c