From 11c2f8c991b021dff10dbe7ebc14bd9e266d3af7 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Wed, 17 Oct 2007 15:51:20 +0200 Subject: [PATCH] tx and rx gain should have no impact by default --- src/devices/wifi/wifi-default-parameters.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/devices/wifi/wifi-default-parameters.cc b/src/devices/wifi/wifi-default-parameters.cc index e39100388..cb0c89ec3 100644 --- a/src/devices/wifi/wifi-default-parameters.cc +++ b/src/devices/wifi/wifi-default-parameters.cc @@ -65,11 +65,11 @@ static NumericDefaultValue g_phyNTxPower static NumericDefaultValue g_phyTxGain ("WifiPhyTxGain", "Transmission gain (dbm).", - 1.0); + 0.0); static NumericDefaultValue g_phyRxGain ("WifiPhyRxGain", "Reception gain (dbm).", - 1.0); + 0.0); static StringDefaultValue g_ssid ("WifiSsid", "The ssid to use. \"\" is the broadcast ssid.",