From a4f23ad7587055702874f3c744f782a37c85a39d Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 2 Dec 2013 13:08:00 +0000 Subject: [PATCH 1/1] 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 --- package/network/config/netifd/files/etc/init.d/network | 2 -- 1 file changed, 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 } -- 2.11.0