wifi: Temporary workaround to support 802.11be with MCS-12 and MCS-13

This commit is contained in:
Sébastien Deronne
2022-08-22 20:22:23 +02:00
committed by Stefano Avallone
parent 264f6d9b72
commit 3473263bf3

View File

@@ -387,7 +387,7 @@ HePpdu::HeSigHeader::SetMuFlag(bool mu)
void
HePpdu::HeSigHeader::SetMcs(uint8_t mcs)
{
NS_ASSERT(mcs <= 11);
// NS_ASSERT (mcs <= 11); // TODO: reactivate once EHT PHY headers are implemented
m_mcs = mcs;
}