summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ti/wlcore/boot.c
diff options
context:
space:
mode:
authorLuciano Coelho <coelho@ti.com>2011-11-30 13:07:20 (GMT)
committerLuciano Coelho <coelho@ti.com>2012-04-12 05:43:58 (GMT)
commit441101f67818cf5aaba7081fb05c8604a55c0949 (patch)
tree7eaf3168babf87a4529b6e9ca5c3e930f43e3f12 /drivers/net/wireless/ti/wlcore/boot.c
parent4263c5f27c0403ad750c4f2509e5396e630b6e6e (diff)
downloadlinux-441101f67818cf5aaba7081fb05c8604a55c0949.tar.xz
wlcore: add quirk to disable ELP
ELP is a very complicated process in the firmware. Due to its complexity, in some early firmware revisions, the ELP feature is disabled. To support this cases, this patch adds a quirk that disables ELP mode. When ELP is not supported, do not attempt to enter ELP when requested by the driver. Signed-off-by: Luciano Coelho <coelho@ti.com> Signed-off-by: Arik Nemtsov <arik@wizery.com> Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/ti/wlcore/boot.c')
-rw-r--r--drivers/net/wireless/ti/wlcore/boot.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/wireless/ti/wlcore/boot.c b/drivers/net/wireless/ti/wlcore/boot.c
index 3cb75db..2aae201 100644
--- a/drivers/net/wireless/ti/wlcore/boot.c
+++ b/drivers/net/wireless/ti/wlcore/boot.c
@@ -408,11 +408,6 @@ int wlcore_boot_run_firmware(struct wl1271 *wl)
wl1271_debug(DEBUG_MAILBOX, "MBOX ptrs: 0x%x 0x%x",
wl->mbox_ptr[0], wl->mbox_ptr[1]);
- /*
- * TODO: wl12xx used to set the partition here, but it seems
- * that it can be done later. Make sure this is okay.
- */
-
wl1271_boot_fw_version(wl);
/*