add flags missed in last merge

This commit is contained in:
Sam Leffler 2005-07-22 16:37:56 +00:00
parent f6df31916c
commit af8d224ec0

View File

@ -198,6 +198,8 @@ struct ieee80211com {
/* ic_flags */
/* NB: bits 0x4c available */
#define IEEE80211_F_FF 0x00000001 /* CONF: ATH FF enabled */
#define IEEE80211_F_TURBOP 0x00000002 /* CONF: ATH Turbo enabled*/
/* NB: this is intentionally setup to be IEEE80211_CAPINFO_PRIVACY */
#define IEEE80211_F_PRIVACY 0x00000010 /* CONF: privacy enabled */
#define IEEE80211_F_PUREG 0x00000020 /* CONF: 11g w/o 11b sta's */