From 64e50b6dfbf852eb19d1b5d55ca8709422199a44 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 6 Apr 2011 08:51:35 +0000 Subject: nicer --- src/transport/plugin_transport_wlan.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 979e466bf..3baa4d79d 100644 --- a/src/transport/plugin_transport_wlan.h +++ b/src/transport/plugin_transport_wlan.h @@ -108,12 +108,12 @@ static const uint8_t u8aIeeeHeader[] = }; // gnunet bssid -static const char mac_bssid[] = - { 0x13, 0x22, 0x33, 0x44, 0x55, 0x66 }; +static const struct MacAddress mac_bssid = + { { 0x13, 0x22, 0x33, 0x44, 0x55, 0x66 } } ; // broadcast mac -static const char bc_all_mac[] = - { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; +static const struct MacAddress bc_all_mac = + { { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF } }; /* this is the template radiotap header we send packets out with */ -- cgit v1.2.3