wl1271: Enable smart reflex

Enable and configure smart reflex. This should have a reducing impact on
power consumption.

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>
This commit is contained in:
Juuso Oikarinen
2009-10-12 15:08:52 +03:00
committed by John W. Linville
parent 5d0af498c0
commit 3cfd6cf960
3 changed files with 100 additions and 0 deletions

View File

@@ -394,6 +394,11 @@ int wl1271_hw_init(struct wl1271 *wl)
if (ret < 0)
goto out_free_memmap;
/* Configure smart reflex */
ret = wl1271_acx_smart_reflex(wl);
if (ret < 0)
goto out_free_memmap;
return 0;
out_free_memmap: