aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-04-06 08:56:07 +0000
committerChristian Grothoff <christian@grothoff.org>2011-04-06 08:56:07 +0000
commita86c59941c60b6c5e759cf76ce9446d7097e4a5d (patch)
tree5fd78b19524c5e64709bb600b86ed15ad305c672 /src/transport/plugin_transport_wlan.c
parent5f930e289a0ef6dbe1fb3d2066b15170c8698e30 (diff)
downloadgnunet-a86c59941c60b6c5e759cf76ce9446d7097e4a5d.tar.gz
gnunet-a86c59941c60b6c5e759cf76ce9446d7097e4a5d.zip
nicer
Diffstat (limited to 'src/transport/plugin_transport_wlan.c')
-rw-r--r--src/transport/plugin_transport_wlan.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c
index 44e5dbd5a..f592b0737 100644
--- a/src/transport/plugin_transport_wlan.c
+++ b/src/transport/plugin_transport_wlan.c
@@ -1245,12 +1245,12 @@ static void
1245send_ack(struct Plugin * plugin, struct AckSendQueue * ack) 1245send_ack(struct Plugin * plugin, struct AckSendQueue * ack)
1246{ 1246{
1247 1247
1248 uint16_t size = 0; 1248 uint16_t size;
1249 ssize_t bytes; 1249 ssize_t bytes;
1250 struct GNUNET_MessageHeader * msgheader = NULL; 1250 struct GNUNET_MessageHeader * msgheader;
1251 struct ieee80211_frame * ieeewlanheader = NULL; 1251 struct ieee80211_frame * ieeewlanheader;
1252 struct Radiotap_Send * radioHeader = NULL; 1252 struct Radiotap_Send * radioHeader;
1253 struct FragmentationAckHeader * msgheader2 = NULL; 1253 struct FragmentationAckHeader * msgheader2;
1254 1254
1255 GNUNET_assert(sizeof(struct FragmentationAckHeader) <= WLAN_MTU); 1255 GNUNET_assert(sizeof(struct FragmentationAckHeader) <= WLAN_MTU);
1256 1256