summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_var.h
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2005-12-14 19:32:53 +0000
committersam <sam@FreeBSD.org>2005-12-14 19:32:53 +0000
commit7fcf256cd8e3d55bb6e44e883a134573d8323ece (patch)
treead1f3ae2b416d74a9a25882cbc2ddcd1b1a7cd93 /sys/net80211/ieee80211_var.h
parent2709861276e65d6acea86610b8408ed01eaec2e5 (diff)
downloadFreeBSD-src-7fcf256cd8e3d55bb6e44e883a134573d8323ece.zip
FreeBSD-src-7fcf256cd8e3d55bb6e44e883a134573d8323ece.tar.gz
make packet bursting configurable (default to on if device is capable)
Diffstat (limited to 'sys/net80211/ieee80211_var.h')
-rw-r--r--sys/net80211/ieee80211_var.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net80211/ieee80211_var.h b/sys/net80211/ieee80211_var.h
index 3c918f5..e056a3f 100644
--- a/sys/net80211/ieee80211_var.h
+++ b/sys/net80211/ieee80211_var.h
@@ -212,6 +212,7 @@ struct ieee80211com {
/* NB: bits 0x4c available */
#define IEEE80211_F_FF 0x00000001 /* CONF: ATH FF enabled */
#define IEEE80211_F_TURBOP 0x00000002 /* CONF: ATH Turbo enabled*/
+#define IEEE80211_F_BURST 0x00000004 /* CONF: bursting 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 */
OpenPOWER on IntegriCloud