aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx/wl1271_init.c
diff options
context:
space:
mode:
authorJuuso Oikarinen <juuso.oikarinen@nokia.com>2009-12-11 08:40:57 -0500
committerJohn W. Linville <linville@tuxdriver.com>2009-12-28 16:31:33 -0500
commit018b171c40b613da867e054f9b6b258ae9298133 (patch)
treee7a026ad67d1edb8ca28fb7de62a14aa6001a7a3 /drivers/net/wireless/wl12xx/wl1271_init.c
parent149e38789f3fea74b581f8ebb7eb947d3c6d8a4e (diff)
wl1271: Remove smart reflex ACX
Remove the smart-reflex ACX - the associated parameters are now configured in the radio parameters config. 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>
Diffstat (limited to 'drivers/net/wireless/wl12xx/wl1271_init.c')
-rw-r--r--drivers/net/wireless/wl12xx/wl1271_init.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/wireless/wl12xx/wl1271_init.c b/drivers/net/wireless/wl12xx/wl1271_init.c
index bdd4a968b37d..7bfd6c6a4c77 100644
--- a/drivers/net/wireless/wl12xx/wl1271_init.c
+++ b/drivers/net/wireless/wl12xx/wl1271_init.c
@@ -303,11 +303,6 @@ int wl1271_hw_init(struct wl1271 *wl)
303 if (ret < 0) 303 if (ret < 0)
304 goto out_free_memmap; 304 goto out_free_memmap;
305 305
306 /* Configure smart reflex */
307 ret = wl1271_acx_smart_reflex(wl);
308 if (ret < 0)
309 goto out_free_memmap;
310
311 return 0; 306 return 0;
312 307
313 out_free_memmap: 308 out_free_memmap: