wifi: Fix number of spatial streams used to transmit CTS-to-self (spotted by Rediet)
This commit is contained in:
committed by
Sebastien Deronne
parent
c453b0eac9
commit
dfad79ea0e
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user