aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx/wl1271.h
diff options
context:
space:
mode:
authorJuuso Oikarinen <juuso.oikarinen@nokia.com>2010-03-18 06:26:32 -0400
committerJohn W. Linville <linville@tuxdriver.com>2010-03-23 16:50:21 -0400
commit7fc3a8647d2eaa8bc2f7ac7e9baff55199da7be6 (patch)
tree983b195e3c084def8784af68d0aba69e33ccf940 /drivers/net/wireless/wl12xx/wl1271.h
parenta1dd8187d8d8f565976c9e55374dee520cdc2fa3 (diff)
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>
Diffstat (limited to 'drivers/net/wireless/wl12xx/wl1271.h')
-rw-r--r--drivers/net/wireless/wl12xx/wl1271.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/wl1271.h b/drivers/net/wireless/wl12xx/wl1271.h
index 7397999deb19..23a0c7e22939 100644
--- a/drivers/net/wireless/wl12xx/wl1271.h
+++ b/drivers/net/wireless/wl12xx/wl1271.h
@@ -484,6 +484,8 @@ struct wl1271 {
484 /* Current chipset configuration */ 484 /* Current chipset configuration */
485 struct conf_drv_settings conf; 485 struct conf_drv_settings conf;
486 486
487 bool sg_enabled;
488
487 struct list_head list; 489 struct list_head list;
488}; 490};
489 491