diff options
| author | Sam Leffler <sam@FreeBSD.org> | 2005-07-22 16:37:56 +0000 |
|---|---|---|
| committer | Sam Leffler <sam@FreeBSD.org> | 2005-07-22 16:37:56 +0000 |
| commit | af8d224ec0cda6ccf38f94f508afcea6065d0aeb (patch) | |
| tree | b7431f10745af1b8e42d4be10330992eb9d2bb86 /sys | |
| parent | f6df31916c9176bd5704a3fdd83b015c7b084280 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/net80211/ieee80211_var.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/net80211/ieee80211_var.h b/sys/net80211/ieee80211_var.h index 5a98292c81fed..1c34e78439ac0 100644 --- a/sys/net80211/ieee80211_var.h +++ b/sys/net80211/ieee80211_var.h @@ -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 */ |
