aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/netifd/files
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-12-02 13:08:00 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-12-02 13:08:00 +0000
commit107bcb5de3c5b281dd5b0b0f90c2913205f78af1 (patch)
tree827b015e58cd6a81287bbe7c89eacb2e8f409f1f /package/network/config/netifd/files
parent5022b3949a54f21f1a4617ccf192743264117b42 (diff)
downloadupstream-107bcb5de3c5b281dd5b0b0f90c2913205f78af1.tar.gz
upstream-107bcb5de3c5b281dd5b0b0f90c2913205f78af1.tar.bz2
upstream-107bcb5de3c5b281dd5b0b0f90c2913205f78af1.zip
netifd: remove redundant calls to /sbin/wifi down
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38982
Diffstat (limited to 'package/network/config/netifd/files')
-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
}