wifi: Workaround for calling GetRxAllocation() on a temporary TXVECTOR
This commit is contained in:
committed by
Tom Henderson
parent
0d6916f431
commit
abe882148c
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user