From: David Bauer Date: Fri, 31 Jul 2020 17:52:03 +0000 (+0200) Subject: mac80211: don't kill wireless daemon on teardown X-Git-Tag: v21.02.0-rc1~2047 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=68bf5a96595a8a0983842c8ff0eaa8af290adc51;p=openwrt%2Fopenwrt.git 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 --- diff --git a/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh b/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh index 864b15e120..823c68170a 100644 --- a/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh +++ b/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh @@ -1048,8 +1048,6 @@ list_phy_interfaces() { } drv_mac80211_teardown() { - wireless_process_kill_all - json_select data json_get_vars phy json_select ..