diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-12-02 13:08:00 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-12-02 13:08:00 +0000 |
commit | 7f869195f9002e30988d2759f37c041c1dd6a059 (patch) | |
tree | b49b2f3ba0080a3930a696dcd570ce2ff1917280 /package/network/config/netifd/files | |
parent | 42370a3fa783d42011d7f1db1d0a0ccabc60ead7 (diff) | |
download | upstream-7f869195f9002e30988d2759f37c041c1dd6a059.tar.gz upstream-7f869195f9002e30988d2759f37c041c1dd6a059.tar.bz2 upstream-7f869195f9002e30988d2759f37c041c1dd6a059.zip |
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
Diffstat (limited to 'package/network/config/netifd/files')
-rwxr-xr-x | package/network/config/netifd/files/etc/init.d/network | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/network/config/netifd/files/etc/init.d/network b/package/network/config/netifd/files/etc/init.d/network index 8031802e8d..f54d69b472 100755 --- a/package/network/config/netifd/files/etc/init.d/network +++ b/package/network/config/netifd/files/etc/init.d/network @@ -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 } |