From: nbd Date: Mon, 2 Dec 2013 13:08:00 +0000 (+0000) Subject: netifd: remove redundant calls to /sbin/wifi down X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=a4f23ad7587055702874f3c744f782a37c85a39d;hp=97ef5324572a921cb5ed9fbd8783120a7accdbeb netifd: remove redundant calls to /sbin/wifi down Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38982 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 }