From f7fb676633b592d81d38155b9a3079964f2e051e Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Tue, 31 Dec 2013 22:30:49 +0200 Subject: [PATCH] ACS: Mark acs_fail() static This function is not used outside acs.c. Signed-hostap: Jouni Malinen --- src/ap/acs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);