From: Jouni Malinen Date: Tue, 31 Dec 2013 20:30:49 +0000 (+0200) Subject: ACS: Mark acs_fail() static X-Git-Tag: hostap_2_1~253 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f7fb676633b592d81d38155b9a3079964f2e051e;p=thirdparty%2Fhostap.git ACS: Mark acs_fail() static This function is not used outside acs.c. Signed-hostap: Jouni Malinen --- diff --git a/src/ap/acs.c b/src/ap/acs.c index 9ef221ed9..f58b091e0 100644 --- a/src/ap/acs.c +++ b/src/ap/acs.c @@ -280,7 +280,7 @@ static void acs_cleanup(struct hostapd_iface *iface) } -void acs_fail(struct hostapd_iface *iface) +static void acs_fail(struct hostapd_iface *iface) { wpa_printf(MSG_ERROR, "ACS: Failed to start"); acs_cleanup(iface);