src/wifi/model/wifi-phy-standard.h
changeset 10139 17a71cd49da3
parent 9871 90c92578f680
child 10204 7a102bb70a36
--- a/src/wifi/model/wifi-phy-standard.h	Tue Aug 13 10:37:49 2013 -0700
+++ b/src/wifi/model/wifi-phy-standard.h	Tue Aug 13 22:05:25 2013 -0700
@@ -48,7 +48,11 @@
   /** \deprecated see <A HREF="http://www.nsnam.org/bugzilla/show_bug.cgi?id=945">bug 945</A> */
   WIFI_PHY_STANDARD_80211p_CCH,
   /** \deprecated see <A HREF="http://www.nsnam.org/bugzilla/show_bug.cgi?id=945">bug 945</A> */
-  WIFI_PHY_STANDARD_80211p_SCH
+  WIFI_PHY_STANDARD_80211p_SCH,
+  // 11n support
+  WIFI_PHY_STANDARD_80211n_2_4GHZ,
+  // needed for different mac parameters
+  WIFI_PHY_STANDARD_80211n_5GHZ
 };
 
 } // namespace ns3