aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.c
diff options
context:
space:
mode:
authorDavid Brodski <david@brodski.eu>2011-03-23 12:00:20 +0000
committerDavid Brodski <david@brodski.eu>2011-03-23 12:00:20 +0000
commit5598af2681b330ef126664e835f02f750b1491cd (patch)
treed1fd74e6626982d30b76c868f08aa57188293b37 /src/transport/plugin_transport_wlan.c
parent3d36dbbfc2c9534a43272d96b5a43e893d768762 (diff)
downloadgnunet-5598af2681b330ef126664e835f02f750b1491cd.tar.gz
gnunet-5598af2681b330ef126664e835f02f750b1491cd.zip
an error and some changes for the hardware
Diffstat (limited to 'src/transport/plugin_transport_wlan.c')
-rw-r--r--src/transport/plugin_transport_wlan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c
index 988ffed13..b96414a71 100644
--- a/src/transport/plugin_transport_wlan.c
+++ b/src/transport/plugin_transport_wlan.c
@@ -2801,7 +2801,7 @@ wlan_process_helper(void *cls, void *client,
2801 wlan_plugin_address_to_string(cls, &(plugin->mac_address), ntohs( 2801 wlan_plugin_address_to_string(cls, &(plugin->mac_address), ntohs(
2802 hdr->size) - sizeof(struct GNUNET_MessageHeader))); 2802 hdr->size) - sizeof(struct GNUNET_MessageHeader)));
2803 plugin->env->notify_address(plugin->env->cls, "wlan", 2803 plugin->env->notify_address(plugin->env->cls, "wlan",
2804 &plugin->mac_address, sizeof(struct MacAddress), 2804 &plugin->mac_address.mac, sizeof(struct MacAddress),
2805 GNUNET_TIME_UNIT_FOREVER_REL); 2805 GNUNET_TIME_UNIT_FOREVER_REL);
2806 } 2806 }
2807 else 2807 else