From 2682d2ab10ddb523999a71014a2c0f7c246e4100 Mon Sep 17 00:00:00 2001 From: John Klug Date: Mon, 5 Dec 2016 17:00:07 -0600 Subject: Remove wifi-bt and gnss capability flags --- io-module/mtcdt.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'io-module/mtcdt.c') diff --git a/io-module/mtcdt.c b/io-module/mtcdt.c index fcef791..4877c5a 100644 --- a/io-module/mtcdt.c +++ b/io-module/mtcdt.c @@ -523,7 +523,7 @@ static struct gpio_pin gpio_pins_mtcdt_0_1[] = { .flags = GPIOF_IN, .label = "wifi-bt-ulpwkup", }, - .capability = CAPA_WIFI_BT, + .capability = CAPA_WIFI, }, { .name = "WIFI_BT_LPWKUP", @@ -532,7 +532,7 @@ static struct gpio_pin gpio_pins_mtcdt_0_1[] = { .flags = GPIOF_IN, .label = "wifi-bt-lpwkup", }, - .capability = CAPA_WIFI_BT, + .capability = CAPA_WIFI, }, { .name = "WIFI_BT_INT", @@ -541,7 +541,7 @@ static struct gpio_pin gpio_pins_mtcdt_0_1[] = { .flags = GPIOF_IN, .label = "wifi-bt-int", }, - .capability = CAPA_WIFI_BT, + .capability = CAPA_WIFI, }, { .name = "WIFI_BT_RESET", @@ -550,7 +550,7 @@ static struct gpio_pin gpio_pins_mtcdt_0_1[] = { .flags = GPIOF_OUT_INIT_HIGH, .label = "wifi-bt-reset", }, - .capability = CAPA_WIFI_BT, + .capability = CAPA_WIFI, }, { .name = "GNSS_RESET", @@ -601,7 +601,7 @@ static struct gpio_pin gpio_pins_mtcdt_0_1[] = { .flags = GPIOF_IN, .label = "wifi-bt-lpmode", }, - .capability = CAPA_WIFI_BT, + .capability = CAPA_WIFI, }, { }, }; -- cgit v1.2.3