wifi: Extend maximum value for EmlsrManager::AuxPhyChannelWidth to 320 MHz

This commit is contained in:
Sébastien Deronne
2025-04-03 21:32:08 +02:00
parent e331723766
commit 876cbe877f

View File

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