wifi: Set NTx to 1 in TxVector for broadcast data frames

This commit is contained in:
Sébastien Deronne
2018-03-28 14:01:05 +02:00
parent f325e3bd83
commit 7a7b8a1156

View File

@@ -849,6 +849,7 @@ WifiRemoteStationManager::GetDataTxVector (Mac48Address address, const WifiMacHe
v.SetTxPowerLevel (m_defaultTxPowerLevel);
v.SetChannelWidth (GetChannelWidthForTransmission (mode, m_wifiPhy->GetChannelWidth ()));
v.SetGuardInterval (ConvertGuardIntervalToNanoSeconds (mode, m_wifiPhy->GetShortGuardInterval (), m_wifiPhy->GetGuardInterval ()));
v.SetNTx (1);
v.SetNss (1);
v.SetNess (0);
v.SetStbc (m_wifiPhy->GetStbc ());