aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-04-05 07:13:39 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-04-05 07:13:39 +0000
commit4c3418c817ab8f1a1a0aa49fcebdc45d99bc9340 (patch)
tree21ff53685493b123c6bc092e9f7f026e0528df10 /src/transport/plugin_transport_wlan.c
parent8b5b1e9379fb05b546ab3dba42bbea8350332bb5 (diff)
downloadgnunet-4c3418c817ab8f1a1a0aa49fcebdc45d99bc9340.tar.gz
gnunet-4c3418c817ab8f1a1a0aa49fcebdc45d99bc9340.zip
did not compile
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 a305d0df6..124934b3c 100644
--- a/src/transport/plugin_transport_wlan.c
+++ b/src/transport/plugin_transport_wlan.c
@@ -1624,7 +1624,7 @@ getRadiotapHeader(struct Plugin * plugin, struct Session * session,
1624 struct Radiotap_Send * header) 1624 struct Radiotap_Send * header)
1625{ 1625{
1626 1626
1627 if (session != null){ 1627 if (session != NULL){
1628 header->rate = session->rate; 1628 header->rate = session->rate;
1629 header->tx_power = session->tx_power; 1629 header->tx_power = session->tx_power;
1630 header->antenna = session->antenna; 1630 header->antenna = session->antenna;