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.",