tx and rx gain should have no impact by default

This commit is contained in:
Mathieu Lacage
2007-10-17 15:51:20 +02:00
parent 0d3182c278
commit 11c2f8c991

View File

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