aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-12-19 12:12:47 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-12-19 12:12:47 +0000
commit99ca80fc085e26770d25e10dcaa79547220a0d52 (patch)
tree45542ff47fe1355401d98d69dfa2c4b9fbd8af07 /src/transport/plugin_transport_wlan.c
parentee8407d7f7c9f8bfe9658b402ea41b00e54f162c (diff)
downloadgnunet-99ca80fc085e26770d25e10dcaa79547220a0d52.tar.gz
gnunet-99ca80fc085e26770d25e10dcaa79547220a0d52.zip
additional network type for WLAN
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 b741c976e..4c4e9f1ab 100644
--- a/src/transport/plugin_transport_wlan.c
+++ b/src/transport/plugin_transport_wlan.c
@@ -2691,7 +2691,7 @@ process_data (void *cls, void *client, const struct GNUNET_MessageHeader *hdr)
2691 ats[0].type = htonl (GNUNET_ATS_QUALITY_NET_DISTANCE); 2691 ats[0].type = htonl (GNUNET_ATS_QUALITY_NET_DISTANCE);
2692 ats[0].value = htonl (1); 2692 ats[0].value = htonl (1);
2693 ats[1].type = htonl (GNUNET_ATS_NETWORK_TYPE); 2693 ats[1].type = htonl (GNUNET_ATS_NETWORK_TYPE);
2694 ats[1].value = htonl (GNUNET_ATS_NET_LAN); 2694 ats[1].value = htonl (GNUNET_ATS_NET_WLAN);
2695 2695
2696#if DEBUG_wlan 2696#if DEBUG_wlan
2697 GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, PLUGIN_LOG_NAME, 2697 GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, PLUGIN_LOG_NAME,