summaryrefslogtreecommitdiff
path: root/io-module/mtac_eth.c
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2016-12-02 17:22:01 -0600
committerJohn Klug <john.klug@multitech.com>2016-12-02 17:22:01 -0600
commit765d88576c6dbc9247ce216ca542e52814f09126 (patch)
tree8509f3246fc1b669f8c222e50d845b4261752dc2 /io-module/mtac_eth.c
parent3da4f0384f9ee1890fece5ebd9fe9784e1910116 (diff)
downloadmts-io-765d88576c6dbc9247ce216ca542e52814f09126.tar.gz
mts-io-765d88576c6dbc9247ce216ca542e52814f09126.tar.bz2
mts-io-765d88576c6dbc9247ce216ca542e52814f09126.zip
Ethernet AC buffer overrun, and add capability directory to platform1.5.5
Diffstat (limited to 'io-module/mtac_eth.c')
-rw-r--r--io-module/mtac_eth.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/io-module/mtac_eth.c b/io-module/mtac_eth.c
index 09b52ee..6738080 100644
--- a/io-module/mtac_eth.c
+++ b/io-module/mtac_eth.c
@@ -7,8 +7,9 @@ static char* eth_gpio_pin_name_by_attr_name(const char* name, int port) {
// 1 product-id
// 1 device-id
// 1 hw-version
+// 1 mac-addr or eui
// NULL
-static size_t ap_eth_attrs_size = 5;
+static size_t ap_eth_attrs_size = 6;
static bool eth_setup(enum ap port) {
int i;