summaryrefslogtreecommitdiff
path: root/io-module/mtcdt.c
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2016-12-05 17:00:07 -0600
committerJohn Klug <john.klug@multitech.com>2016-12-05 17:00:07 -0600
commit2682d2ab10ddb523999a71014a2c0f7c246e4100 (patch)
tree73bcf2c8059bbb1131ed65a8f038070314ebacec /io-module/mtcdt.c
parent765d88576c6dbc9247ce216ca542e52814f09126 (diff)
downloadmts-io-2682d2ab10ddb523999a71014a2c0f7c246e4100.tar.gz
mts-io-2682d2ab10ddb523999a71014a2c0f7c246e4100.tar.bz2
mts-io-2682d2ab10ddb523999a71014a2c0f7c246e4100.zip
Remove wifi-bt and gnss capability flags
Diffstat (limited to 'io-module/mtcdt.c')
-rw-r--r--io-module/mtcdt.c10
1 files changed, 5 insertions, 5 deletions
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,
},
{ },
};