wifi: Extend use of EHT PPDU type for MU-MIMO
This commit is contained in:
@@ -529,6 +529,10 @@ WifiTxVector::IsDlOfdma() const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
if (IsEht(m_preamble))
|
||||
{
|
||||
return m_ehtPpduType == 0;
|
||||
}
|
||||
if (m_muUserInfos.size() == 1)
|
||||
{
|
||||
return true;
|
||||
@@ -552,6 +556,10 @@ WifiTxVector::IsDlMuMimo() const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
if (IsEht(m_preamble))
|
||||
{
|
||||
return m_ehtPpduType == 2;
|
||||
}
|
||||
if (m_muUserInfos.size() < 2)
|
||||
{
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user