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

in my branch.
This commit is contained in:
Rui Paulo 2010-03-18 15:28:17 +00:00
parent 72d420c708
commit fec0a521a7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=205281

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