mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 06:57:57 +00:00
mac80211: don't kill wireless daemon on teardown
Don't kill the wireless daemon on teardown. hostapd as well as wpa_supplicant are managed by procd which would detect the shutdown of either process as a crash loop. Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
parent
8b3e170526
commit
68bf5a9659
@ -1048,8 +1048,6 @@ list_phy_interfaces() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
drv_mac80211_teardown() {
|
drv_mac80211_teardown() {
|
||||||
wireless_process_kill_all
|
|
||||||
|
|
||||||
json_select data
|
json_select data
|
||||||
json_get_vars phy
|
json_get_vars phy
|
||||||
json_select ..
|
json_select ..
|
||||||
|
Loading…
Reference in New Issue
Block a user