]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
ACS: Mark acs_fail() static
authorJouni Malinen <j@w1.fi>
Tue, 31 Dec 2013 20:30:49 +0000 (22:30 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 31 Dec 2013 20:30:49 +0000 (22:30 +0200)
This function is not used outside acs.c.

Signed-hostap: Jouni Malinen <j@w1.fi>

src/ap/acs.c

index 9ef221ed94986a37dd012f585e8a0341b5bdcec8..f58b091e097686b52cb72e5c0a58b377c4e308e7 100644 (file)
@@ -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);