netifd: bring wifi down before shutting down

works around wifiX references not being freed on network restart.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

SVN-Revision: 36883
owl
Jonas Gorski 2013-06-08 11:44:12 +00:00
parent da7590cd21
commit b9de8ca7f5
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ shutdown() {
}
stop() {
/sbin/wifi down
service_stop /sbin/netifd
}