projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a5511d
)
ath10k: fix fw path name for WCN3990 target
author
Govind Singh
<govinds@codeaurora.org>
Mon, 16 Apr 2018 04:26:45 +0000
(09:56 +0530)
committer
Kalle Valo
<kvalo@codeaurora.org>
Thu, 19 Apr 2018 16:21:18 +0000
(19:21 +0300)
FW path is mapped incorrectly for the WCN3990
hw version. Fix fw path with correct hw1.0 name.
Signed-off-by: Govind Singh <govinds@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath10k/hw.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath10k/hw.h
b/drivers/net/wireless/ath/ath10k/hw.h
index 3041eba61e549f0f871b3e452919997ce3d07c8a..b025a1bf2fdedaaaeb1a321c3bff4bf92911ad2d 100644
(file)
--- a/
drivers/net/wireless/ath/ath10k/hw.h
+++ b/
drivers/net/wireless/ath/ath10k/hw.h
@@
-131,7
+131,7
@@
enum qca9377_chip_id_rev {
/* WCN3990 1.0 definitions */
#define WCN3990_HW_1_0_DEV_VERSION ATH10K_HW_WCN3990
-#define WCN3990_HW_1_0_FW_DIR ATH10K_FW_DIR "/WCN3990/hw
3
.0"
+#define WCN3990_HW_1_0_FW_DIR ATH10K_FW_DIR "/WCN3990/hw
1
.0"
#define ATH10K_FW_FILE_BASE "firmware"
#define ATH10K_FW_API_MAX 6