Date: Thu, 19 Feb 2009 04:19:58 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r188772 - head/sys/net80211 Message-ID: <200902190419.n1J4Jwjf083780@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sam Date: Thu Feb 19 04:19:58 2009 New Revision: 188772 URL: http://svn.freebsd.org/changeset/base/188772 Log: add phy types for 1/2 and 1/4-rate modes Modified: head/sys/net80211/_ieee80211.h Modified: head/sys/net80211/_ieee80211.h ============================================================================== --- head/sys/net80211/_ieee80211.h Thu Feb 19 04:15:14 2009 (r188771) +++ head/sys/net80211/_ieee80211.h Thu Feb 19 04:19:58 2009 (r188772) @@ -43,6 +43,8 @@ enum ieee80211_phytype { IEEE80211_T_OFDM, /* frequency division multiplexing */ IEEE80211_T_TURBO, /* high rate OFDM, aka turbo mode */ IEEE80211_T_HT, /* high throughput */ + IEEE80211_T_OFDM_HALF, /* 1/2 rate OFDM */ + IEEE80211_T_OFDM_QUARTER, /* 1/4 rate OFDM */ }; #define IEEE80211_T_CCK IEEE80211_T_DS /* more common nomenclature */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902190419.n1J4Jwjf083780>