From 2a80e31499ae4b7d2dcdbdcac7a3604c42b357f7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 11 Dec 2011 15:31:47 +0000 Subject: -more minor cleanup --- src/transport/plugin_transport_wlan.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/transport/plugin_transport_wlan.h') diff --git a/src/transport/plugin_transport_wlan.h b/src/transport/plugin_transport_wlan.h index 5a88cb836..35b23fd44 100644 --- a/src/transport/plugin_transport_wlan.h +++ b/src/transport/plugin_transport_wlan.h @@ -46,7 +46,7 @@ struct MacAddress /** * Format of a WLAN Control Message. */ -struct Wlan_Helper_Control_Message +struct GNUNET_TRANSPORT_WLAN_HelperControlMessage { /** * Message header. FIXME: type? @@ -63,7 +63,7 @@ struct Wlan_Helper_Control_Message /** * GNUnet bssid */ -static const struct MacAddress mac_bssid = { +static const struct MacAddress mac_bssid_gnunet = { {0x13, 0x22, 0x33, 0x44, 0x55, 0x66} }; -- cgit v1.2.3