View | Details | Raw Unified | Return to bug 2408
Collapse All | Expand All

(-)a/src/wifi/model/minstrel-ht-wifi-manager.cc (-1 / +1 lines)
 Lines 934-940   MinstrelHtWifiManager::DoGetDataTxVector (WifiRemoteStation *st) Link Here 
934
        }
934
        }
935
935
936
      return WifiTxVector (GetMcsSupported (station, mcsIndex), GetDefaultTxPowerLevel (), GetLongRetryCount (station),
936
      return WifiTxVector (GetMcsSupported (station, mcsIndex), GetDefaultTxPowerLevel (), GetLongRetryCount (station),
937
                           group.sgi, group.streams, GetNess (station), group.chWidth, !station->m_isSampling, GetStbc (station));
937
                           group.sgi, group.streams, GetNess (station), group.chWidth, GetAggregation (station) && !station->m_isSampling, GetStbc (station));
938
    }
938
    }
939
}
939
}
940
940

Return to bug 2408