equal
deleted
inserted
replaced
43 * Gavin Holland, Nitin Vaidya and Paramvir Bahl, "A Rate-Adaptive |
43 * Gavin Holland, Nitin Vaidya and Paramvir Bahl, "A Rate-Adaptive |
44 * MAC Protocol for Multi-Hop Wireless Networks", in Proc. of |
44 * MAC Protocol for Multi-Hop Wireless Networks", in Proc. of |
45 * ACM MOBICOM, 2001. |
45 * ACM MOBICOM, 2001. |
46 */ |
46 */ |
47 WIFI_PHY_STANDARD_holland, |
47 WIFI_PHY_STANDARD_holland, |
48 /** deprecated, see <A HREF="http://www.nsnam.org/bugzilla/show_bug.cgi?id=945">bug 945</A> */ |
48 /** \deprecated see <A HREF="http://www.nsnam.org/bugzilla/show_bug.cgi?id=945">bug 945</A> */ |
49 WIFI_PHY_STANDARD_80211p_CCH, |
49 WIFI_PHY_STANDARD_80211p_CCH, |
50 /** deprecated, see <A HREF="http://www.nsnam.org/bugzilla/show_bug.cgi?id=945">bug 945</A> */ |
50 /** \deprecated see <A HREF="http://www.nsnam.org/bugzilla/show_bug.cgi?id=945">bug 945</A> */ |
51 WIFI_PHY_STANDARD_80211p_SCH |
51 WIFI_PHY_STANDARD_80211p_SCH |
52 }; |
52 }; |
53 |
53 |
54 } // namespace ns3 |
54 } // namespace ns3 |
55 |
55 |