add phy types for 1/2 and 1/4-rate modes

This commit is contained in:
Sam Leffler 2009-02-19 04:19:58 +00:00
parent 1a15e29ab4
commit 544347253f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=188772

View File

@ -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 */