netifd: remove redundant calls to /sbin/wifi down

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38982 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2013-12-02 13:08:00 +00:00
parent 42370a3fa7
commit 7f869195f9
1 changed files with 0 additions and 2 deletions

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
}