wifi: (fixes #2408) Fixes pcap issues with HT Minstrel (patch from Tommaso and Matias)
This commit is contained in:
@@ -934,7 +934,7 @@ MinstrelHtWifiManager::DoGetDataTxVector (WifiRemoteStation *st)
|
||||
}
|
||||
|
||||
return WifiTxVector (GetMcsSupported (station, mcsIndex), GetDefaultTxPowerLevel (), GetLongRetryCount (station),
|
||||
group.sgi, group.streams, GetNess (station), group.chWidth, !station->m_isSampling, GetStbc (station));
|
||||
group.sgi, group.streams, GetNess (station), group.chWidth, GetAggregation (station) && !station->m_isSampling, GetStbc (station));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user