diff options
Diffstat (limited to 'io-module/mtcdt.c')
-rw-r--r-- | io-module/mtcdt.c | 10 |
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, }, { }, }; |