aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-12-11 15:31:47 +0000
committerChristian Grothoff <christian@grothoff.org>2011-12-11 15:31:47 +0000
commit2a80e31499ae4b7d2dcdbdcac7a3604c42b357f7 (patch)
tree4712323ff418b56ab05b714d6752322c9d7a9b36 /src/transport/plugin_transport_wlan.h
parentf8ae79bdfd193320a1db1ff3ead82c5e19d5d4e6 (diff)
downloadgnunet-2a80e31499ae4b7d2dcdbdcac7a3604c42b357f7.tar.gz
gnunet-2a80e31499ae4b7d2dcdbdcac7a3604c42b357f7.zip
-more minor cleanup
Diffstat (limited to 'src/transport/plugin_transport_wlan.h')
-rw-r--r--src/transport/plugin_transport_wlan.h4
1 files changed, 2 insertions, 2 deletions
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
46/** 46/**
47 * Format of a WLAN Control Message. 47 * Format of a WLAN Control Message.
48 */ 48 */
49struct Wlan_Helper_Control_Message 49struct GNUNET_TRANSPORT_WLAN_HelperControlMessage
50{ 50{
51 /** 51 /**
52 * Message header. FIXME: type? 52 * Message header. FIXME: type?
@@ -63,7 +63,7 @@ struct Wlan_Helper_Control_Message
63/** 63/**
64 * GNUnet bssid 64 * GNUnet bssid
65 */ 65 */
66static const struct MacAddress mac_bssid = { 66static const struct MacAddress mac_bssid_gnunet = {
67 {0x13, 0x22, 0x33, 0x44, 0x55, 0x66} 67 {0x13, 0x22, 0x33, 0x44, 0x55, 0x66}
68}; 68};
69 69