Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 21bf9112 authored by Michal Kazior's avatar Michal Kazior Committed by Kalle Valo
Browse files

ath10k: don't reset HTC endpoints unnecessarily



Endpoints are re-initialized upon HTC start anyway
so there's no need to do that twice in case of
restarting HTC (i.e. in case of hardware
recovery).

Signed-off-by: default avatarMichal Kazior <michal.kazior@tieto.com>
Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
parent 08fe9b40
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -958,7 +958,6 @@ void ath10k_htc_stop(struct ath10k_htc *htc)
	}

	ath10k_hif_stop(htc->ar);
	ath10k_htc_reset_endpoint_states(htc);
}

/* registered target arrival callback from the HIF layer */