Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
🐛 Missing ()
  • Loading branch information
Rezenders authored Aug 22, 2019
commit d47731d83295324c005145c37c18336ec54276ec
2 changes: 1 addition & 1 deletion src/tap-bridge/examples/tap-wifi-virtual-machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def main(argv):
#
# No reason for pesky access points, so we'll use an ad-hoc network.
#
wifiMac = ns.wifi.WifiMacHelper
wifiMac = ns.wifi.WifiMacHelper()
wifiMac.SetType ("ns3::AdhocWifiMac");

#
Expand Down