From: Felix Fietkau Date: Mon, 2 Dec 2013 13:08:00 +0000 (+0000) Subject: netifd: remove redundant calls to /sbin/wifi down X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=107bcb5de3c5b281dd5b0b0f90c2913205f78af1;p=openwrt%2Fstaging%2Frmilecki.git netifd: remove redundant calls to /sbin/wifi down Signed-off-by: Felix Fietkau SVN-Revision: 38982 --- diff --git a/package/network/config/netifd/files/etc/init.d/network b/package/network/config/netifd/files/etc/init.d/network index 8031802e8de..f54d69b472a 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 }