diff options
author | Mykyta Dorokhin <mykyta.dorokhin@globallogic.com> | 2016-09-19 23:07:26 +0300 |
---|---|---|
committer | Mykyta Dorokhin <mykyta.dorokhin@globallogic.com> | 2016-09-20 00:13:33 +0300 |
commit | 3ddd85624735a0c730672a5bc440adffecc7725c (patch) | |
tree | d1f8274cf74542ab8adb93c19aae145962e5e498 /io-module/mts_io.c | |
parent | e022faf54d1f9885b79e70252a80bd1ae4f15fbd (diff) | |
download | mts-io-3ddd85624735a0c730672a5bc440adffecc7725c.tar.gz mts-io-3ddd85624735a0c730672a5bc440adffecc7725c.tar.bz2 mts-io-3ddd85624735a0c730672a5bc440adffecc7725c.zip |
mtp: set proper timings for the radio power up/down command; remove radio reset on the module loading1.3.3
Diffstat (limited to 'io-module/mts_io.c')
-rw-r--r-- | io-module/mts_io.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/io-module/mts_io.c b/io-module/mts_io.c index 0d2457d..f3b79d5 100644 --- a/io-module/mts_io.c +++ b/io-module/mts_io.c @@ -47,7 +47,7 @@ #include "mts_io.h" -#define DRIVER_VERSION "v1.3.2" +#define DRIVER_VERSION "v1.3.3" #define DRIVER_AUTHOR "James Maki <jmaki@multitech.com>" #define DRIVER_DESC "MTS-IO Controller" #define DRIVER_NAME "mts-io" @@ -890,14 +890,6 @@ static int __init mts_io_init(void) // start the reset handler reset_callback(NULL); - if (mts_hw_version == MTP_0_0) { - /* Resetting/powering-on radio on MTP */ - log_info("Resetting/powering-on radio"); - mutex_lock(&mts_io_mutex); - radio_reset_mtp(); - mutex_unlock(&mts_io_mutex); - } - /* init timers */ setup_timer(&radio_reset_timer, radio_reset_timer_callback, 0); setup_timer(&radio_reset_available_timer, radio_reset_available_timer_callback, 0); |