diff --git a/example/dce-mptcp-lte-wifi-v6.cc b/example/dce-mptcp-lte-wifi-v6.cc index bb912d05..97d13d4c 100644 --- a/example/dce-mptcp-lte-wifi-v6.cc +++ b/example/dce-mptcp-lte-wifi-v6.cc @@ -142,7 +142,7 @@ int main (int argc, char *argv[]) YansWifiPhyHelper phy; YansWifiChannelHelper phyChannel = YansWifiChannelHelper::Default (); wifi.SetRemoteStationManager ("ns3::ArfWifiManager"); - wifi.SetStandard (WIFI_PHY_STANDARD_80211b); + wifi.SetStandard (WIFI_STANDARD_80211b); // setup Wifi sta. phy.SetChannel (phyChannel.Create ());