binding to specific address
[oweals/gnunet.git] / src / transport / wlan / radiotap-parser.c
index ab75524f28d3eb4bd7e2c950361d90f06d89b6c6..9cc992728156c748c5ab33935c05bc96a4f1566e 100644 (file)
@@ -191,13 +191,13 @@ ieee80211_radiotap_iterator_next (struct ieee80211_radiotap_iterator *iterator)
      */
 
     if ((((void *) iterator->arg) -
-         ((void *) iterator->
-          rtheader)) & ((rt_sizes[iterator->arg_index] >> 4) - 1))
+         ((void *) iterator->rtheader)) & ((rt_sizes[iterator->arg_index] >> 4)
+                                           - 1))
       iterator->arg_index +=
           (rt_sizes[iterator->arg_index] >> 4) -
           ((((void *) iterator->arg) -
-            ((void *) iterator->
-             rtheader)) & ((rt_sizes[iterator->arg_index] >> 4) - 1));
+            ((void *) iterator->rtheader)) & ((rt_sizes[iterator->arg_index] >>
+                                               4) - 1));
 
     /*
      * this is what we will return to user, but we need to