|
@@ -948,6 +948,12 @@ static void iwl_mvm_restart_complete(struct iwl_mvm *mvm)
|
|
|
/* allow transport/FW low power modes */
|
|
/* allow transport/FW low power modes */
|
|
|
iwl_mvm_unref(mvm, IWL_MVM_REF_UCODE_DOWN);
|
|
iwl_mvm_unref(mvm, IWL_MVM_REF_UCODE_DOWN);
|
|
|
|
|
|
|
|
|
|
+ /*
|
|
|
|
|
+ * If we have TDLS peers, remove them. We don't know the last seqno/PN
|
|
|
|
|
+ * of packets the FW sent out, so we must reconnect.
|
|
|
|
|
+ */
|
|
|
|
|
+ iwl_mvm_teardown_tdls_peers(mvm);
|
|
|
|
|
+
|
|
|
mutex_unlock(&mvm->mutex);
|
|
mutex_unlock(&mvm->mutex);
|
|
|
}
|
|
}
|
|
|
|
|
|