summaryrefslogtreecommitdiff
path: root/recipes-kernel/rs9113/files/rs9113/rs9113.reset
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/rs9113/files/rs9113/rs9113.reset')
-rwxr-xr-xrecipes-kernel/rs9113/files/rs9113/rs9113.reset4
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-kernel/rs9113/files/rs9113/rs9113.reset b/recipes-kernel/rs9113/files/rs9113/rs9113.reset
index b4aca45..7992f7d 100755
--- a/recipes-kernel/rs9113/files/rs9113/rs9113.reset
+++ b/recipes-kernel/rs9113/files/rs9113/rs9113.reset
@@ -6,9 +6,7 @@ function do_reset {
if ! [[ -w /sys/devices/platform/mts-io/wifi-bt-reset ]] ; then
exit 0
fi
- mts-io-sysfs store wifi-bt-reset 0
- usleep 60000
- mts-io-sysfs store wifi-bt-reset 1
+ /etc/init.d/rs9113 reset
}
case $1 in