mirror of https://github.com/hak5/openwrt.git
mac80211: fix wifi teardown
reverts part of the recent wifi reconf patch. Signed-off-by: John Crispin <john@phrozen.org>master
parent
c3742ce38c
commit
02f08056bc
|
@ -1041,10 +1041,12 @@ list_phy_interfaces() {
|
|||
drv_mac80211_teardown() {
|
||||
wireless_process_kill_all
|
||||
|
||||
for phy in $(ls /sys/class/ieee80211/); do
|
||||
mac80211_interface_cleanup "$phy"
|
||||
uci -q -P /var/state revert wireless._${phy}
|
||||
done
|
||||
json_select data
|
||||
json_get_vars phy
|
||||
json_select ..
|
||||
|
||||
mac80211_interface_cleanup "$phy"
|
||||
uci -q -P /var/state revert wireless._${phy}
|
||||
}
|
||||
|
||||
add_driver mac80211
|
||||
|
|
Loading…
Reference in New Issue