mac80211: fix wifi teardown
reverts part of the recent wifi reconf patch. Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
		| @@ -1041,10 +1041,12 @@ list_phy_interfaces() { | ||||
| drv_mac80211_teardown() { | ||||
| 	wireless_process_kill_all | ||||
|  | ||||
| 	for phy in $(ls /sys/class/ieee80211/); do | ||||
| 	json_select data | ||||
| 	json_get_vars phy | ||||
| 	json_select .. | ||||
|  | ||||
| 	mac80211_interface_cleanup "$phy" | ||||
| 	uci -q -P /var/state revert wireless._${phy} | ||||
| 	done | ||||
| } | ||||
|  | ||||
| add_driver mac80211 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 John Crispin
					John Crispin