projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbea11c
)
ath10k: bugfix: add USB case in ath10k_core_probe_fw
author
Erik Stromdahl
<erik.stromdahl@gmail.com>
Thu, 28 Dec 2017 19:06:45 +0000
(20:06 +0100)
committer
Kalle Valo
<kvalo@codeaurora.org>
Tue, 9 Jan 2018 08:18:32 +0000
(10:18 +0200)
It was accidentally left out from the switch statement and target info was not
queried.
Signed-off-by: Erik Stromdahl <erik.stromdahl@gmail.com>
[kvalo@codeaurora.org: add commit log]
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath10k/core.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath10k/core.c
b/drivers/net/wireless/ath/ath10k/core.c
index
51444d3
..
fe9341c
100644
(file)
--- a/
drivers/net/wireless/ath/ath10k/core.c
+++ b/
drivers/net/wireless/ath/ath10k/core.c
@@
-2427,6
+2427,7
@@
static int ath10k_core_probe_fw(struct ath10k *ar)
break;
case ATH10K_BUS_PCI:
case ATH10K_BUS_AHB:
+ case ATH10K_BUS_USB:
memset(&target_info, 0, sizeof(target_info));
ret = ath10k_bmi_get_target_info(ar, &target_info);
if (ret) {