wifi: Extend maximum value for EmlsrManager::AuxPhyChannelWidth to 320 MHz
This commit is contained in:
@@ -63,7 +63,7 @@ EmlsrManager::GetTypeId()
|
||||
TypeId::ATTR_CONSTRUCT, // prevent setting after construction
|
||||
UintegerValue(20),
|
||||
MakeUintegerAccessor(&EmlsrManager::m_auxPhyMaxWidth),
|
||||
MakeUintegerChecker<MHz_u>(20, 160))
|
||||
MakeUintegerChecker<MHz_u>(20, 320))
|
||||
.AddAttribute("AuxPhyMaxModClass",
|
||||
"The maximum modulation class supported by Aux PHYs. Use "
|
||||
"WIFI_MOD_CLASS_OFDM for non-HT.",
|
||||
|
||||
Reference in New Issue
Block a user