mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 08:33:17 +02:00
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: Michal Kazior <michal.kazior@tieto.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
This commit is contained in:
parent
08fe9b40d0
commit
21bf9112b5
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user