netifd: remove redundant calls to /sbin/wifi down

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 38982
This commit is contained in:
Felix Fietkau 2013-12-02 13:08:00 +00:00
parent 5022b3949a
commit 107bcb5de3

View file

@ -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
}