src/wifi/helper/ht-wifi-mac-helper.cc
changeset 11628 243b71de25a0
parent 11450 9f4ae69f12b7
child 11640 8dfcbf71cb06
--- a/src/wifi/helper/ht-wifi-mac-helper.cc	Wed Sep 02 16:37:05 2015 -0700
+++ b/src/wifi/helper/ht-wifi-mac-helper.cc	Thu Sep 03 22:16:49 2015 +0200
@@ -40,9 +40,6 @@
 {
   HtWifiMacHelper helper;
 
-  //We're making Ht-enabled Wi-Fi MACs here, so we set the necessary
-  //attribute. I've carefully positioned this here so that someone
-  //who knows what they're doing can override with explicit attributes.
   helper.SetType ("ns3::StaWifiMac",
                   "QosSupported", BooleanValue (true),
                   "HtSupported", BooleanValue (true));