hostapd: remove obsolete function
authorFelix Fietkau <nbd@nbd.name>
Thu, 25 Jan 2024 14:04:31 +0000 (15:04 +0100)
committerFelix Fietkau <nbd@nbd.name>
Thu, 25 Jan 2024 19:02:30 +0000 (20:02 +0100)
Leftover from authsae, which was removed a long time ago

Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh
package/network/services/hostapd/files/hostapd.sh

index 6572999fbc82526f590b0f1e3928f4a8f0a02ca6..ed5282256886edba63f18dbda97fba4efcd68186 100644 (file)
@@ -1038,7 +1038,7 @@ mac80211_set_noscan() {
 }
 
 drv_mac80211_cleanup() {
-       hostapd_common_cleanup
+       :
 }
 
 mac80211_reset_config() {
index 271c1f7becd27064f3e244298e6058abb5f06177..c3fbf1e0b2030741559182f5fd81f7ba379989cd 100644 (file)
@@ -1592,7 +1592,3 @@ EOF
        fi
        return 0
 }
-
-hostapd_common_cleanup() {
-       killall meshd-nl80211
-}