wifi: (fixes #2408) Fixes pcap issues with HT Minstrel (patch from Tommaso and Matias)

This commit is contained in:
Sébastien Deronne
2016-06-17 13:49:33 +02:00
parent 08ff4e78cf
commit e96f106db0
2 changed files with 2 additions and 1 deletions

View File

@@ -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));
}
}