src/wifi/model/wifi-phy-standard.h
changeset 9871 90c92578f680
parent 7482 35c01487f7f7
child 10139 17a71cd49da3
equal deleted inserted replaced
9870:6543f3876ff5 9871:90c92578f680
    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