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

(-)a/src/wifi/model/ideal-wifi-manager.cc (-1 / +2 lines)
 Lines 279-285   IdealWifiManager::DoGetDataTxVector (WifiRemoteStation *st) Link Here 
279
    }
279
    }
280
  else
280
  else
281
    {
281
    {
282
      if (HasVhtSupported () == true || HasHtSupported () == true)
282
      if ((HasVhtSupported () == true || HasHtSupported () == true) &&
283
          (GetHtSupported (st) == true || GetVhtSupported (st) == true))
283
        {
284
        {
284
          for (uint32_t i = 0; i < GetNMcsSupported (station); i++)
285
          for (uint32_t i = 0; i < GetNMcsSupported (station); i++)
285
            {
286
            {

Return to bug 2606