wifi: Workaround for calling GetRxAllocation() on a temporary TXVECTOR

This commit is contained in:
Sébastien Deronne
2022-10-22 09:38:38 +02:00
committed by Tom Henderson
parent 0d6916f431
commit abe882148c

View File

@@ -645,7 +645,7 @@ RrMultiUserScheduler::TrySendingDlMuPpdu()
m_txParams.m_txVector.SetHeMuUserInfo(
staIt->aid,
{{currRuType, 1, false}, suTxVector.GetMode(), suTxVector.GetNss()});
{{currRuType, 1, true}, suTxVector.GetMode(), suTxVector.GetNss()});
if (!m_heFem->TryAddMpdu(mpdu, m_txParams, actualAvailableTime))
{