diff options
author | Arik Nemtsov <arik@wizery.com> | 2012-05-10 05:13:47 -0400 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2012-06-05 08:56:29 -0400 |
commit | 2f1d74e6e7f26df2665b7df5ff912bc1d3ae75dc (patch) | |
tree | 7cc00b4303feffec619d621f2f3aa76d1563b9a5 /drivers/net/wireless/ti/wl18xx | |
parent | f2baf075c5121b30922751f34920815743d7ee67 (diff) |
wl18xx: don't upload NVS to FW
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>
Diffstat (limited to 'drivers/net/wireless/ti/wl18xx')
-rw-r--r-- | drivers/net/wireless/ti/wl18xx/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/wireless/ti/wl18xx/main.c b/drivers/net/wireless/ti/wl18xx/main.c index a8b9ceacd9c2..ddd11d00f033 100644 --- 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) | |||
755 | if (ret < 0) | 755 | if (ret < 0) |
756 | goto out; | 756 | goto out; |
757 | 757 | ||
758 | ret = wlcore_boot_upload_nvs(wl); | ||
759 | if (ret < 0) | ||
760 | goto out; | ||
761 | |||
762 | wl18xx_pre_upload(wl); | 758 | wl18xx_pre_upload(wl); |
763 | 759 | ||
764 | ret = wlcore_boot_upload_firmware(wl); | 760 | ret = wlcore_boot_upload_firmware(wl); |