wl1271: Enable ELP
authorJuuso Oikarinen <juuso.oikarinen@nokia.com>
Mon, 12 Oct 2009 12:08:51 +0000 (15:08 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 27 Oct 2009 20:48:04 +0000 (16:48 -0400)
The new firmware has fixed a firmware crash problem related to ELP entry.
Enable ELP to conserve power.

Signed-off-by: Juuso Oikarinen <juuso.oikarinen@nokia.com>
Reviewed-by: Luciano Coelho <luciano.coelho@nokia.com>
Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/wl12xx/wl1271_ps.c

index 5580e53..fb821c9 100644 (file)
@@ -39,12 +39,7 @@ void wl1271_elp_work(struct work_struct *work)
 
        mutex_lock(&wl->mutex);
 
-       /*
-        * FIXME: below, by means of the "true", ELP has been disabled for now
-        * to work around a firmware bug. To be enabled upon receiving a new
-        * firmware version.
-        */
-       if (true || wl->elp || !wl->psm)
+       if (wl->elp || !wl->psm)
                goto out;
 
        wl1271_debug(DEBUG_PSM, "chip to elp");