netifd: remove redundant calls to /sbin/wifi down
authorFelix Fietkau <nbd@openwrt.org>
Mon, 2 Dec 2013 13:08:00 +0000 (13:08 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 2 Dec 2013 13:08:00 +0000 (13:08 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38982

package/network/config/netifd/files/etc/init.d/network

index 8031802e8de6398f6b02d303eb550335e870aa90..f54d69b472a7c15c7a9541fd3da27f8893e9a886 100755 (executable)
@@ -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
 }