wl1271: Add sysfs file to control BT co-ex state

Add a sysfs file to control the state of the BT co-ex (enable or disable it.)
By default, the BT co-ex is enabled.

Signed-off-by: Juuso Oikarinen <juuso.oikarinen@nokia.com>
Reviewed-by: Teemu Paasikivi <ext-teemu.3.paasikivi@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
2010-03-18 12:26:32 +02:00
committed by John W. Linville
parent a1dd8187d8
commit 7fc3a8647d
5 changed files with 81 additions and 4 deletions

View File

@@ -164,7 +164,7 @@ int wl1271_init_pta(struct wl1271 *wl)
if (ret < 0)
return ret;
ret = wl1271_acx_sg_enable(wl);
ret = wl1271_acx_sg_enable(wl, wl->sg_enabled);
if (ret < 0)
return ret;