Skip to content
Commit 04b08992 authored by Nicholas Krause's avatar Nicholas Krause Committed by Emmanuel Grumbach
Browse files

iwlwifi: mvm: fix incorrect fallthrough in iwl_mvm_check_running_scans()



In the iwl_mvm_check_running_scans() we were mistakenly ignoring the
value returned by iwl_mvm_scan_stop() for scheduled scans and falling
thorugh to the next case, which caused us to always return zero.

Signed-off-by: default avatarNicholas Krause <xerofoify@gmail.com>
Signed-off-by: default avatarEmmanuel Grumbach <emmanuel.grumbach@intel.com>
parent f02d2ccd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment