summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_ddb.c
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2008-05-28 23:20:27 +0000
committersam <sam@FreeBSD.org>2008-05-28 23:20:27 +0000
commitfae2bc824640ef5fee38c4fe973c7764f0ea12cb (patch)
treed73613e97cd3769834d1dccefd60c7039ef0f010 /sys/net80211/ieee80211_ddb.c
parent8cdfff139ad4284c3bb507f66b9d00bd8b7a5de3 (diff)
downloadFreeBSD-src-fae2bc824640ef5fee38c4fe973c7764f0ea12cb.zip
FreeBSD-src-fae2bc824640ef5fee38c4fe973c7764f0ea12cb.tar.gz
missing piece of last commit; add RESUME flag bit definition
Diffstat (limited to 'sys/net80211/ieee80211_ddb.c')
-rw-r--r--sys/net80211/ieee80211_ddb.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/net80211/ieee80211_ddb.c b/sys/net80211/ieee80211_ddb.c
index 92dd460..a1f63ce 100644
--- a/sys/net80211/ieee80211_ddb.c
+++ b/sys/net80211/ieee80211_ddb.c
@@ -63,10 +63,10 @@ __FBSDID("$FreeBSD$");
"\37DOTH\40DWDS"
#define IEEE80211_FEXT_BITS \
- "\20\1NONHT_PR\2INACT\3SCANWAIT\4BGSCAN\5WPS\6TSN\7SCANREQ\12NONEPR_PR"\
- "\13SWBMISS\14DFS\15DOTD\22WDSLEGACY\23PROBECHAN\24HT\25AMDPU_TX" \
- "\26AMPDU_TX\27AMSDU_TX\30AMSDU_RX\31USEHT40\32PUREN\33SHORTGI20" \
- "\34SHORTGI40\35HTCOMPAT"
+ "\20\1NONHT_PR\2INACT\3SCANWAIT\4BGSCAN\5WPS\6TSN\7SCANREQ\10RESUME" \
+ "\12NONEPR_PR\13SWBMISS\14DFS\15DOTD\22WDSLEGACY\23PROBECHAN\24HT" \
+ "\25AMDPU_TX\26AMPDU_TX\27AMSDU_TX\30AMSDU_RX\31USEHT40\32PUREN" \
+ "\33SHORTGI20\34SHORTGI40\35HTCOMPAT"
#define IEEE80211_FVEN_BITS "\20"
OpenPOWER on IntegriCloud