Skip to content

Commit

Permalink
Align another program with current ns-3 API
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhenderson committed Aug 2, 2021
1 parent 5a25643 commit 054dccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/dce-mptcp-lte-wifi-v6.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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 ());
Expand Down

0 comments on commit 054dccf

Please # to comment.