diff options
author | Mike Fiore <mfiore@multitech.com> | 2014-10-13 11:54:44 -0500 |
---|---|---|
committer | Mike Fiore <mfiore@multitech.com> | 2014-10-13 11:54:44 -0500 |
commit | 580677dea4b14e359f2c0622e4340da0cee761c0 (patch) | |
tree | 286383808ecc2e94464fd1c9756d58e26b7dc30e /io-module/mtr2d2.c | |
parent | 3dc67dd080a76b6d7a8ed1a60cd7bee073a23ab5 (diff) | |
download | mts-io-580677dea4b14e359f2c0622e4340da0cee761c0.tar.gz mts-io-580677dea4b14e359f2c0622e4340da0cee761c0.tar.bz2 mts-io-580677dea4b14e359f2c0622e4340da0cee761c0.zip |
mts-io: add configurable reset-monitor-intervals
add to mtr2d2 attribute list
update sysfs script to correctly show options for reset-monitor-intervals
Diffstat (limited to 'io-module/mtr2d2.c')
-rw-r--r-- | io-module/mtr2d2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/io-module/mtr2d2.c b/io-module/mtr2d2.c index 7e44881..4876c90 100644 --- a/io-module/mtr2d2.c +++ b/io-module/mtr2d2.c @@ -274,6 +274,7 @@ static struct attribute *mtr2d2_platform_attributes[] = { &dev_attr_eth_mac.attr, &dev_attr_reset.attr, &dev_attr_reset_monitor.attr, + &dev_attr_reset_monitor_intervals.attr, &dev_attr_radio_power.attr, &dev_attr_radio_reset.attr, |