wifi: Fix number of spatial streams used to transmit CTS-to-self (spotted by Rediet)

This commit is contained in:
Sébastien Deronne
2021-03-03 07:11:32 +01:00
committed by Sebastien Deronne
parent c453b0eac9
commit dfad79ea0e

View File

@@ -566,7 +566,7 @@ WifiRemoteStationManager::GetCtsToSelfTxVector (void)
defaultPreamble,
ConvertGuardIntervalToNanoSeconds (defaultMode, DynamicCast<WifiNetDevice> (m_wifiPhy->GetDevice ())),
GetNumberOfAntennas (),
GetMaxNumberOfTransmitStreams (),
1,
0,
GetChannelWidthForTransmission (defaultMode, m_wifiPhy->GetChannelWidth ()),
false);