mirror of https://gitee.com/openkylin/linux.git
iwlwifi: mvm: don't stop sched scan in restart
Don't stop scheduled scan before reporting HW restart; mac80211 was changed to reschedule it after reconfigure. Signed-off-by: David Spinadel <david.spinadel@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
This commit is contained in:
parent
46e81af972
commit
df8fe3aed0
|
@ -760,7 +760,7 @@ static void iwl_mvm_nic_restart(struct iwl_mvm *mvm)
|
|||
ieee80211_scan_completed(mvm->hw, true);
|
||||
break;
|
||||
case IWL_MVM_SCAN_SCHED:
|
||||
ieee80211_sched_scan_stopped(mvm->hw);
|
||||
/* Sched scan will be restarted by mac80211. */
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue