aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-helper-transport-wlan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-helper-transport-wlan.c')
-rw-r--r--src/transport/gnunet-helper-transport-wlan.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/transport/gnunet-helper-transport-wlan.c b/src/transport/gnunet-helper-transport-wlan.c
index 2d5a2cf46..83ade115b 100644
--- a/src/transport/gnunet-helper-transport-wlan.c
+++ b/src/transport/gnunet-helper-transport-wlan.c
@@ -1086,7 +1086,7 @@ ieee80211_radiotap_iterator_init (struct
1086 * check for insanity where the present bitmaps 1086 * check for insanity where the present bitmaps
1087 * keep claiming to extend up to or even beyond the 1087 * keep claiming to extend up to or even beyond the
1088 * stated radiotap header length 1088 * stated radiotap header length
1089 */if (iterator->arg - ((uint8_t*) iterator->rtheader) > 1089 */if (iterator->arg - ((uint8_t *) iterator->rtheader) >
1090 iterator->max_length) 1090 iterator->max_length)
1091 return -1; 1091 return -1;
1092 } 1092 }
@@ -1538,7 +1538,7 @@ linux_read (struct HardwareInfos *dev,
1538 case IEEE80211_RADIOTAP_DBM_ANTSIGNAL: 1538 case IEEE80211_RADIOTAP_DBM_ANTSIGNAL:
1539 if (! got_signal) 1539 if (! got_signal)
1540 { 1540 {
1541 ri->ri_power = *((int8_t*) iterator.this_arg); 1541 ri->ri_power = *((int8_t *) iterator.this_arg);
1542 got_signal = 1; 1542 got_signal = 1;
1543 } 1543 }
1544 break; 1544 break;
@@ -1546,7 +1546,7 @@ linux_read (struct HardwareInfos *dev,
1546 case IEEE80211_RADIOTAP_DB_ANTSIGNAL: 1546 case IEEE80211_RADIOTAP_DB_ANTSIGNAL:
1547 if (! got_signal) 1547 if (! got_signal)
1548 { 1548 {
1549 ri->ri_power = *((int8_t*) iterator.this_arg); 1549 ri->ri_power = *((int8_t *) iterator.this_arg);
1550 got_signal = 1; 1550 got_signal = 1;
1551 } 1551 }
1552 break; 1552 break;
@@ -1554,7 +1554,7 @@ linux_read (struct HardwareInfos *dev,
1554 case IEEE80211_RADIOTAP_DBM_ANTNOISE: 1554 case IEEE80211_RADIOTAP_DBM_ANTNOISE:
1555 if (! got_noise) 1555 if (! got_noise)
1556 { 1556 {
1557 ri->ri_noise = *((int8_t*) iterator.this_arg); 1557 ri->ri_noise = *((int8_t *) iterator.this_arg);
1558 got_noise = 1; 1558 got_noise = 1;
1559 } 1559 }
1560 break; 1560 break;
@@ -1562,7 +1562,7 @@ linux_read (struct HardwareInfos *dev,
1562 case IEEE80211_RADIOTAP_DB_ANTNOISE: 1562 case IEEE80211_RADIOTAP_DB_ANTNOISE:
1563 if (! got_noise) 1563 if (! got_noise)
1564 { 1564 {
1565 ri->ri_noise = *((int8_t*) iterator.this_arg); 1565 ri->ri_noise = *((int8_t *) iterator.this_arg);
1566 got_noise = 1; 1566 got_noise = 1;
1567 } 1567 }
1568 break; 1568 break;