projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2baf07
)
wl18xx: don't upload NVS to FW
author
Arik Nemtsov
<arik@wizery.com>
Thu, 10 May 2012 09:13:47 +0000
(12:13 +0300)
committer
Luciano Coelho
<coelho@ti.com>
Tue, 5 Jun 2012 12:56:29 +0000
(15:56 +0300)
In this chip family the NVS file should not be uploaded to FW. In fact,
we encounter strange bugs (sdio errors) when trying to upload it with
certain parameters.
Signed-off-by: Arik Nemtsov <arik@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
drivers/net/wireless/ti/wl18xx/main.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/wireless/ti/wl18xx/main.c
b/drivers/net/wireless/ti/wl18xx/main.c
index a8b9ceacd9c26b79dbabfdbaa9f61c84e5a7a839..ddd11d00f033bb0190dd1fea0a8ced6d80878eb7 100644
(file)
--- a/
drivers/net/wireless/ti/wl18xx/main.c
+++ b/
drivers/net/wireless/ti/wl18xx/main.c
@@
-755,10
+755,6
@@
static int wl18xx_boot(struct wl1271 *wl)
if (ret < 0)
goto out;
- ret = wlcore_boot_upload_nvs(wl);
- if (ret < 0)
- goto out;
-
wl18xx_pre_upload(wl);
ret = wlcore_boot_upload_firmware(wl);