keep track of the wifi interface state in /var/state/wireless

SVN-Revision: 8108
This commit is contained in:
Felix Fietkau
2007-07-22 18:32:47 +00:00
parent f2a32fff7d
commit b13426e21b
3 changed files with 23 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ scan_broadcom() {
}
disable_broadcom() {
set_wifi_down "$1"
wlc down
(
include /lib/network
@@ -197,6 +198,7 @@ enable_broadcom() {
[ -z "$net_cfg" ] || {
bridge="$(bridge_interface "$net_cfg")"
append if_up "start_net '$ifname' '$net_cfg'" ";$N"
append if_up "set_wifi_up '$vif' '$ifname'" ";$N"
}
[ -z "$nasopts" ] || {
eval "${vif}_ssid=\"\$ssid\""