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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line     Link Here 
0
-- a/src/wifi/model/minstrel-ht-wifi-manager.cc
0
++ b/src/wifi/model/minstrel-ht-wifi-manager.cc
 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