Unbreak build by removing a code bit that is only related to other code

in my branch.
This commit is contained in:
rpaulo 2010-03-18 15:28:17 +00:00
parent 52f973a7e8
commit 220a864bce

View File

@ -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"));