Date: Sun, 13 Mar 2011 11:40:18 +0000 (UTC) From: Bernhard Schmidt <bschmidt@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net80211 ieee80211.c ieee80211_var.h Message-ID: <201103131140.p2DBeVrS000754@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bschmidt 2011-03-13 11:40:18 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211.c ieee80211_var.h Log: SVN rev 219596 on 2011-03-13 11:40:18Z by bschmidt First step on removing the harcoded RX/TX stream and MCS0-15 assumptions. Initialize ic_rxstream/ic_txstream with 2, for compatibility reasons. Introduce 4 new HTC flags, which are used in addition to ic_rxstream and ic_txstream to compute the hc_mcsset content and also for initializing ni_htrates. The number of spatial streams is enough to determine support for MCS0-31 but not for MCS32-76 as well as some TX parameters in the hc_mcsset field. Revision Changes Path 1.95 +9 -0 src/sys/net80211/ieee80211.c 1.103 +4 -0 src/sys/net80211/ieee80211_var.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103131140.p2DBeVrS000754>