From: Jouni Malinen Date: Sun, 3 Jan 2010 10:36:32 +0000 (+0200) Subject: driver_test: Remove forgotten, unused prototypes X-Git-Tag: hostap_0_7_1~84 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3af1f9cb14ee55a0aad737a5737689ceb066b413;p=thirdparty%2Fhostap.git driver_test: Remove forgotten, unused prototypes --- diff --git a/src/drivers/driver_test.c b/src/drivers/driver_test.c index 87647c5f0..493821a77 100644 --- a/src/drivers/driver_test.c +++ b/src/drivers/driver_test.c @@ -109,25 +109,6 @@ static int wpa_driver_test_attach(struct wpa_driver_test_data *drv, static void wpa_driver_test_close_test_socket( struct wpa_driver_test_data *drv); -#ifdef CONFIG_AP -void ap_mgmt_rx(void *ctx, u8 *buf, size_t len, u16 stype, - struct hostapd_frame_info *fi); -void ap_mgmt_tx_cb(void *ctx, u8 *buf, size_t len, u16 stype, int ok); - -#else /* CONFIG_AP */ -#ifndef HOSTAPD -static inline void ap_mgmt_rx(void *ctx, u8 *buf, size_t len, u16 stype, - struct hostapd_frame_info *fi) -{ -} - -static inline void ap_mgmt_tx_cb(void *ctx, u8 *buf, size_t len, u16 stype, - int ok) -{ -} -#endif /* HOSTAPD */ -#endif /* CONFIG_AP */ - static void test_driver_free_bss(struct test_driver_bss *bss) {