diff options
author | John Klug <john.klug@multitech.com> | 2016-12-02 17:22:01 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2016-12-02 17:22:01 -0600 |
commit | 765d88576c6dbc9247ce216ca542e52814f09126 (patch) | |
tree | 8509f3246fc1b669f8c222e50d845b4261752dc2 /io-module/mtac_eth.c | |
parent | 3da4f0384f9ee1890fece5ebd9fe9784e1910116 (diff) | |
download | mts-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.c | 3 |
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; |