Skip to content

Commit

Permalink
wl18xx: don't upload NVS to FW
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Arik Nemtsov authored and Luciano Coelho committed Jun 5, 2012
1 parent f2baf07 commit 2f1d74e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/net/wireless/ti/wl18xx/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2f1d74e

Please sign in to comment.