summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_proto.c
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_proto.c
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_proto.c')
-rw-r--r--sys/net80211/ieee80211_proto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_proto.c b/sys/net80211/ieee80211_proto.c
index f7834f9..991a6c2 100644
--- a/sys/net80211/ieee80211_proto.c
+++ b/sys/net80211/ieee80211_proto.c
@@ -752,7 +752,7 @@ ieee80211_wme_updateparams_locked(struct ieee80211com *ic)
chanp->wmep_logcwmax = bssp->wmep_logcwmax =
phyParam[ic->ic_curmode].logcwmax;
chanp->wmep_txopLimit = bssp->wmep_txopLimit =
- (ic->ic_caps & IEEE80211_C_BURST) ?
+ (ic->ic_flags & IEEE80211_F_BURST) ?
phyParam[ic->ic_curmode].txopLimit : 0;
IEEE80211_DPRINTF(ic, IEEE80211_MSG_WME,
"%s: %s [acm %u aifsn %u log2(cwmin) %u "
OpenPOWER on IntegriCloud