commit | 04b089922412ad3d0cee0046fd0cb495ef22b8e8 | [log] [tgz] |
---|---|---|
author | Nicholas Krause <xerofoify@gmail.com> | Tue Sep 22 20:24:19 2015 -0400 |
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Tue Dec 01 21:17:52 2015 +0200 |
tree | 35d5ca1bb86edfb2c5b2ce745f32303e190245e2 | |
parent | f02d2ccd61638756b3b48db771ee419f6be7d011 [diff] |
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: Nicholas Krause <xerofoify@gmail.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>