projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08fe9b4
)
ath10k: don't reset HTC endpoints unnecessarily
author
Michal Kazior
<michal.kazior@tieto.com>
Mon, 22 Jul 2013 12:13:29 +0000
(14:13 +0200)
committer
Kalle Valo
<kvalo@qca.qualcomm.com>
Tue, 30 Jul 2013 15:01:21 +0000
(18:01 +0300)
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>
drivers/net/wireless/ath/ath10k/htc.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath10k/htc.c
b/drivers/net/wireless/ath/ath10k/htc.c
index
47b7752
..
ef3329e
100644
(file)
--- a/
drivers/net/wireless/ath/ath10k/htc.c
+++ b/
drivers/net/wireless/ath/ath10k/htc.c
@@
-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 */