]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Move declaration of hostapd_acs_completed() into correct header file
authorJouni Malinen <j@w1.fi>
Tue, 31 Dec 2013 17:34:43 +0000 (19:34 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 31 Dec 2013 17:34:43 +0000 (19:34 +0200)
This function is in hw_features.c and as such, should be declared in
hw_features.h.

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

src/ap/acs.h
src/ap/hw_features.h

index a41f17f31ca618f8dd512addda771934df19f142..fc85259e85d53416772fcba17975d2709b2caa56 100644 (file)
@@ -13,7 +13,6 @@
 #ifdef CONFIG_ACS
 
 enum hostapd_chan_status acs_init(struct hostapd_iface *iface);
-int hostapd_acs_completed(struct hostapd_iface *iface, int err);
 
 #else /* CONFIG_ACS */
 
index 6803fcc145a884f1afbbb2fd193d9f17bacf3749..783ae5e12642187a82b874ff2dceb94ce75e9051 100644 (file)
@@ -15,6 +15,7 @@
 void hostapd_free_hw_features(struct hostapd_hw_modes *hw_features,
                              size_t num_hw_features);
 int hostapd_get_hw_features(struct hostapd_iface *iface);
+int hostapd_acs_completed(struct hostapd_iface *iface, int err);
 int hostapd_select_hw_mode(struct hostapd_iface *iface);
 const char * hostapd_hw_mode_txt(int mode);
 int hostapd_hw_get_freq(struct hostapd_data *hapd, int chan);