aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_wlan.h')
-rw-r--r--src/transport/plugin_transport_wlan.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_wlan.h b/src/transport/plugin_transport_wlan.h
index 96aa434ee..2b70fc0f5 100644
--- a/src/transport/plugin_transport_wlan.h
+++ b/src/transport/plugin_transport_wlan.h
@@ -142,7 +142,7 @@ struct GNUNET_TRANSPORT_WLAN_RadiotapSendMessage
142{ 142{
143 143
144 /** 144 /**
145 * Type is 'GNUNET_MESSAGE_TYPE_WLAN_HELPER_DATA'. 145 * Type is 'GNUNET_MESSAGE_TYPE_WLAN_DATA_TO_HELPER'.
146 */ 146 */
147 struct GNUNET_MessageHeader header; 147 struct GNUNET_MessageHeader header;
148 148
@@ -183,7 +183,7 @@ struct GNUNET_TRANSPORT_WLAN_RadiotapReceiveMessage
183{ 183{
184 184
185 /** 185 /**
186 * Type is 'GNUNET_MESSAGE_TYPE_WLAN_HELPER_DATA'. 186 * Type is 'GNUNET_MESSAGE_TYPE_WLAN_DATA_FROM_HELPER'.
187 */ 187 */
188 struct GNUNET_MessageHeader header; 188 struct GNUNET_MessageHeader header;
189 189