mirror of
https://github.com/openwrt/openwrt.git
synced 2026-01-07 03:40:15 +04:00
netifd: remove redundant calls to /sbin/wifi down
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38982
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user