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

(-)a/src/wifi/model/regular-wifi-mac.cc (-1 / +5 lines)
 Lines 1091-1100    Link Here 
1091
    case WIFI_PHY_STANDARD_80211ac:
1091
    case WIFI_PHY_STANDARD_80211ac:
1092
      SetVhtSupported (true);
1092
      SetVhtSupported (true);
1093
    case WIFI_PHY_STANDARD_80211n_5GHZ:
1093
    case WIFI_PHY_STANDARD_80211n_5GHZ:
1094
      SetHtSupported (true);
1095
      cwmin = 15;
1096
      cwmax = 1023;
1097
      break;
1094
    case WIFI_PHY_STANDARD_80211n_2_4GHZ:
1098
    case WIFI_PHY_STANDARD_80211n_2_4GHZ:
1095
      SetHtSupported (true);
1099
      SetHtSupported (true);
1096
    case WIFI_PHY_STANDARD_80211g:
1100
    case WIFI_PHY_STANDARD_80211g:
1097
      m_erpSupported = true;
1101
      SetErpSupported (true);
1098
    case WIFI_PHY_STANDARD_holland:
1102
    case WIFI_PHY_STANDARD_holland:
1099
    case WIFI_PHY_STANDARD_80211a:
1103
    case WIFI_PHY_STANDARD_80211a:
1100
    case WIFI_PHY_STANDARD_80211_10MHZ:
1104
    case WIFI_PHY_STANDARD_80211_10MHZ:

Return to bug 2427