netifd: remove redundant calls to /sbin/wifi down
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38982
This commit is contained in:
parent
5022b3949a
commit
107bcb5de3
1 changed files with 0 additions and 2 deletions
|
@ -18,7 +18,6 @@ start_service() {
|
||||||
|
|
||||||
reload_service() {
|
reload_service() {
|
||||||
ubus call network reload
|
ubus call network reload
|
||||||
/sbin/wifi down
|
|
||||||
/sbin/wifi up
|
/sbin/wifi up
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -34,7 +33,6 @@ service_running() {
|
||||||
|
|
||||||
sleep 5
|
sleep 5
|
||||||
|
|
||||||
/sbin/wifi down
|
|
||||||
/sbin/wifi up
|
/sbin/wifi up
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue