diff --git a/src/wifi/model/wifi-remote-station-manager.cc b/src/wifi/model/wifi-remote-station-manager.cc index 61e1841a4..3177c089d 100644 --- a/src/wifi/model/wifi-remote-station-manager.cc +++ b/src/wifi/model/wifi-remote-station-manager.cc @@ -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 ());