aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-05-10 16:26:02 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-05-10 16:26:02 +0000
commit1659136207e13ab67ceb4410d3553706ee7878ca (patch)
tree3ec20e22c6f25f6e0d489372f9f2962407ce8529 /src/transport/plugin_transport_wlan.c
parent05ab4ac54f2926fb32df2796c7f97d9e020a8ca5 (diff)
downloadgnunet-1659136207e13ab67ceb4410d3553706ee7878ca.tar.gz
gnunet-1659136207e13ab67ceb4410d3553706ee7878ca.zip
fixing WLAN
Diffstat (limited to 'src/transport/plugin_transport_wlan.c')
-rw-r--r--src/transport/plugin_transport_wlan.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c
index 62b1ac7fd..03d9b4361 100644
--- a/src/transport/plugin_transport_wlan.c
+++ b/src/transport/plugin_transport_wlan.c
@@ -838,6 +838,8 @@ send_with_fragmentation (struct MacEndpoint *endpoint,
838 fm->macendpoint = endpoint; 838 fm->macendpoint = endpoint;
839 fm->target = *target; 839 fm->target = *target;
840 fm->timeout = GNUNET_TIME_relative_to_absolute (timeout); 840 fm->timeout = GNUNET_TIME_relative_to_absolute (timeout);
841 fm->cont = cont;
842 fm->cont_cls = cont_cls;
841 fm->fragcontext = 843 fm->fragcontext =
842 GNUNET_FRAGMENT_context_create (plugin->env->stats, WLAN_MTU, 844 GNUNET_FRAGMENT_context_create (plugin->env->stats, WLAN_MTU,
843 &plugin->tracker, 845 &plugin->tracker,