wifi: Always track signals from inactive PHY interfaces by default
This commit is contained in:
@@ -64,7 +64,7 @@ SpectrumWifiPhy::GetTypeId()
|
||||
.AddAttribute(
|
||||
"TrackSignalsFromInactiveInterfaces",
|
||||
"Enable or disable tracking signals coming from inactive spectrum PHY interfaces",
|
||||
BooleanValue(false),
|
||||
BooleanValue(true),
|
||||
MakeBooleanAccessor(&SpectrumWifiPhy::m_trackSignalsInactiveInterfaces),
|
||||
MakeBooleanChecker())
|
||||
.AddAttribute(
|
||||
|
||||
Reference in New Issue
Block a user