From: Jouni Malinen Date: Sun, 25 Nov 2012 14:27:19 +0000 (+0200) Subject: Remove unused function prototype X-Git-Tag: hostap_2_0~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c27a94f765aea89c5fa1a6d74a208dcd18da422f;p=thirdparty%2Fhostap.git Remove unused function prototype This function was not added, so the prototype should not have been here either. Signed-hostap: Jouni Malinen --- diff --git a/wpa_supplicant/wpa_supplicant_i.h b/wpa_supplicant/wpa_supplicant_i.h index c10bcbf73..83eeb9c0b 100644 --- a/wpa_supplicant/wpa_supplicant_i.h +++ b/wpa_supplicant/wpa_supplicant_i.h @@ -754,7 +754,6 @@ void wpas_clear_temp_disabled(struct wpa_supplicant *wpa_s, int disallowed_bssid(struct wpa_supplicant *wpa_s, const u8 *bssid); int disallowed_ssid(struct wpa_supplicant *wpa_s, const u8 *ssid, size_t ssid_len); -void wpa_supplicant_proc_40mhz_intolerant(struct wpa_supplicant *wpa_s); /** * wpa_supplicant_ctrl_iface_ctrl_rsp_handle - Handle a control response