From: Felix Fietkau Date: Thu, 25 Jan 2024 14:04:31 +0000 (+0100) Subject: hostapd: remove obsolete function X-Git-Tag: v24.10.0-rc1~3258 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=195cf4b58d2722a6cf3fd47538e51bd717db8dd7;p=thirdparty%2Fopenwrt.git hostapd: remove obsolete function Leftover from authsae, which was removed a long time ago Signed-off-by: Felix Fietkau --- diff --git a/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh b/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh index 6572999fbc8..ed528225688 100644 --- a/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh +++ b/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh @@ -1038,7 +1038,7 @@ mac80211_set_noscan() { } drv_mac80211_cleanup() { - hostapd_common_cleanup + : } mac80211_reset_config() { diff --git a/package/network/services/hostapd/files/hostapd.sh b/package/network/services/hostapd/files/hostapd.sh index 271c1f7becd..c3fbf1e0b20 100644 --- a/package/network/services/hostapd/files/hostapd.sh +++ b/package/network/services/hostapd/files/hostapd.sh @@ -1592,7 +1592,3 @@ EOF fi return 0 } - -hostapd_common_cleanup() { - killall meshd-nl80211 -}