summaryrefslogtreecommitdiffstats
path: root/sys/net80211
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2010-03-18 15:28:17 +0000
committerrpaulo <rpaulo@FreeBSD.org>2010-03-18 15:28:17 +0000
commit220a864bced8474e622da6e6881ed9363a868de4 (patch)
treebae77612d570c6796fb3cca522fd2c28b6ce6dc9 /sys/net80211
parent52f973a7e829d3e3dc4f048eed00f3910c6f9256 (diff)
downloadFreeBSD-src-220a864bced8474e622da6e6881ed9363a868de4.zip
FreeBSD-src-220a864bced8474e622da6e6881ed9363a868de4.tar.gz
Unbreak build by removing a code bit that is only related to other code
in my branch.
Diffstat (limited to 'sys/net80211')
-rw-r--r--sys/net80211/ieee80211_ht.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_ht.c b/sys/net80211/ieee80211_ht.c
index e7f2683..4dbe917 100644
--- a/sys/net80211/ieee80211_ht.c
+++ b/sys/net80211/ieee80211_ht.c
@@ -288,7 +288,7 @@ ht_announce(struct ieee80211com *ic, int mode,
const struct ieee80211_htrateset *rs)
{
struct ifnet *ifp = ic->ic_ifp;
- int maxmcs = ic->ic_rxstream * 8;
+ int maxmcs = 2 * 8;
const char *modestr = ieee80211_phymode_name[mode];
KASSERT(maxmcs <= 16, ("maxmcs > 16"));
OpenPOWER on IntegriCloud