wifi: Temporary workaround to support 802.11be with MCS-12 and MCS-13
This commit is contained in:
committed by
Stefano Avallone
parent
264f6d9b72
commit
3473263bf3
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user