summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Reiss <jreiss@multitech.com>2016-10-14 07:18:43 -0500
committerJason Reiss <jreiss@multitech.com>2016-10-14 07:18:43 -0500
commit530cb072b93e6f709edd013dab0e3f2aa5ed9b02 (patch)
treef84735731f810794fa860bf58b89908ec64a8883
parentf05c31964a5113234a107f1a6bb1681038e27427 (diff)
downloadmts-io-530cb072b93e6f709edd013dab0e3f2aa5ed9b02.tar.gz
mts-io-530cb072b93e6f709edd013dab0e3f2aa5ed9b02.tar.bz2
mts-io-530cb072b93e6f709edd013dab0e3f2aa5ed9b02.zip
mtac: add lora card 1.1 version to product info add function
-rw-r--r--io-module/mtac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/io-module/mtac.c b/io-module/mtac.c
index b89f51f..4cbc31f 100644
--- a/io-module/mtac.c
+++ b/io-module/mtac.c
@@ -112,6 +112,7 @@ static bool ap_add_product_info_attributes(int port, int type, struct attribute*
case MTAC_LORA_0_0:
case MTAC_LORA_1_0:
+ case MTAC_LORA_1_1:
case MTAC_LORA_1_5:
sprintf(buf, "eui");
kobj_attr = create_attribute(buf, MTS_ATTR_MODE_RO);