summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-12-02 13:08:00 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-12-02 13:08:00 +0000
commita4f23ad7587055702874f3c744f782a37c85a39d (patch)
treeb49b2f3ba0080a3930a696dcd570ce2ff1917280
parent97ef5324572a921cb5ed9fbd8783120a7accdbeb (diff)
netifd: remove redundant calls to /sbin/wifi down
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38982 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rwxr-xr-xpackage/network/config/netifd/files/etc/init.d/network2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/network/config/netifd/files/etc/init.d/network b/package/network/config/netifd/files/etc/init.d/network
index 8031802e8d..f54d69b472 100755
--- a/package/network/config/netifd/files/etc/init.d/network
+++ b/package/network/config/netifd/files/etc/init.d/network
@@ -18,7 +18,6 @@ start_service() {
reload_service() {
ubus call network reload
- /sbin/wifi down
/sbin/wifi up
}
@@ -34,7 +33,6 @@ service_running() {
sleep 5
- /sbin/wifi down
/sbin/wifi up
}