summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_ht.h
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2009-01-27 23:00:38 +0000
committersam <sam@FreeBSD.org>2009-01-27 23:00:38 +0000
commit61a0b86ec5e1712eaaf5d4593415ee015f670f75 (patch)
treec890c1c517bdb02c5033e74d3d82e3c9446cbb6a /sys/net80211/ieee80211_ht.h
parent189648aebebc024f0096453ff810297193234a64 (diff)
downloadFreeBSD-src-61a0b86ec5e1712eaaf5d4593415ee015f670f75.zip
FreeBSD-src-61a0b86ec5e1712eaaf5d4593415ee015f670f75.tar.gz
o make %b msg bit defines public (to user apps too)
o rename IEEE80211_C_CRYPTO_BITS to IEEE80211_CRYPTO_BITS
Diffstat (limited to 'sys/net80211/ieee80211_ht.h')
-rw-r--r--sys/net80211/ieee80211_ht.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/net80211/ieee80211_ht.h b/sys/net80211/ieee80211_ht.h
index 49d3209..b2b2132 100644
--- a/sys/net80211/ieee80211_ht.h
+++ b/sys/net80211/ieee80211_ht.h
@@ -71,6 +71,9 @@ struct ieee80211_tx_ampdu {
(((tap)->txa_flags & \
(IEEE80211_AGGR_RUNNING|IEEE80211_AGGR_XCHGPEND|IEEE80211_AGGR_NAK)) != 0)
+#define IEEE80211_AGGR_BITS \
+ "\20\1IMMEDIATE\2XCHGPEND\3RUNNING\4SETUP\5NAK"
+
/*
* Traffic estimator support. We estimate packets/sec for
* each AC that is setup for AMPDU or will potentially be
OpenPOWER on IntegriCloud