change the default tx and gain to be 1db again.

This commit is contained in:
Mathieu Lacage
2007-11-06 12:32:42 +01:00
parent f0740d8235
commit 688683fdaf

View File

@@ -117,11 +117,11 @@ static NumericDefaultValue<uint32_t> g_phyNTxPower
static NumericDefaultValue<double> g_phyTxGain
("WifiPhyTxGain",
"Transmission gain (dB).",
0.0);
1.0);
static NumericDefaultValue<double> g_phyRxGain
("WifiPhyRxGain",
"Reception gain (dB).",
0.0);
1.0);
static StringDefaultValue g_ssid
("WifiSsid",
"The ssid to use. \"\" is the broadcast ssid.",