hostapd: remove obsolete function
Leftover from authsae, which was removed a long time ago Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
aa06f68c52
commit
195cf4b58d
2 changed files with 1 additions and 5 deletions
|
@ -1038,7 +1038,7 @@ mac80211_set_noscan() {
|
||||||
}
|
}
|
||||||
|
|
||||||
drv_mac80211_cleanup() {
|
drv_mac80211_cleanup() {
|
||||||
hostapd_common_cleanup
|
:
|
||||||
}
|
}
|
||||||
|
|
||||||
mac80211_reset_config() {
|
mac80211_reset_config() {
|
||||||
|
|
|
@ -1592,7 +1592,3 @@ EOF
|
||||||
fi
|
fi
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
hostapd_common_cleanup() {
|
|
||||||
killall meshd-nl80211
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue