diff options
author | Sean Godinez <sgodinez@multitech.com> | 2015-04-08 10:21:47 -0500 |
---|---|---|
committer | Sean Godinez <sgodinez@multitech.com> | 2015-04-08 10:21:47 -0500 |
commit | c9d340ec5da3ec96637e2689fffe609dca625e35 (patch) | |
tree | 80f93186b339f27ba2c3f6fdca3fe33f51754fab /io-module/mtcdt.c | |
parent | 3b52a1b7883353913b1a04a24fcd012771acac1c (diff) | |
download | mts-io-c9d340ec5da3ec96637e2689fffe609dca625e35.tar.gz mts-io-c9d340ec5da3ec96637e2689fffe609dca625e35.tar.bz2 mts-io-c9d340ec5da3ec96637e2689fffe609dca625e35.zip |
mts-io: added radio reset backoff timer1.1.3
Diffstat (limited to 'io-module/mtcdt.c')
-rw-r--r-- | io-module/mtcdt.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/io-module/mtcdt.c b/io-module/mtcdt.c index 0b7dba1..d945a43 100644 --- a/io-module/mtcdt.c +++ b/io-module/mtcdt.c @@ -270,6 +270,10 @@ static struct attribute *mtcdt_platform_attributes[] = { &dev_attr_radio_power.attr, &dev_attr_radio_reset.attr, + &dev_attr_radio_reset_backoffs.attr, + &dev_attr_radio_reset_backoff_index.attr, + &dev_attr_radio_reset_backoff_seconds.attr, + &dev_attr_led_status.attr, &dev_attr_led_cd_gpio.attr, &dev_attr_led_sig1_gpio.attr, |