From fe06e9a4c7e668580a66caa05e2e87e60d11b5bf Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Wed, 29 Sep 2010 09:27:17 +0000 Subject: [PATCH] correct and better to understand --- src/transport/transport_selection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transport/transport_selection.h b/src/transport/transport_selection.h index 7a98e68a3..4e6ccc81f 100644 --- a/src/transport/transport_selection.h +++ b/src/transport/transport_selection.h @@ -92,7 +92,7 @@ enum GNUNET_ATS_Cost_Type * Power P in Watt (J/s) * Datarate D in MBit/s * - * Conversion of dBm to Power P used by WLAN: + * Conversion between power P and dBm used by WLAN in radiotap's dBm TX power: * * Lp(dbm) = 10 log10 (P/ 1mW) * -- 2.25.1