Date: Thu, 18 Mar 2010 11:06:38 +0000 (UTC) From: Rui Paulo <rpaulo@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net80211 ieee80211_adhoc.c ieee80211_ht.c ieee80211_mesh.c ieee80211_sta.c Message-ID: <201003181107.o2IB705d098413@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rpaulo 2010-03-18 11:06:38 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_adhoc.c ieee80211_ht.c ieee80211_mesh.c ieee80211_sta.c Log: SVN rev 205277 on 2010-03-18 11:06:38Z by rpaulo Fix a couple of bugs with 802.11n: o Process the BAR frame on the adhoc, mesh and sta modes o Fix the format of the ADDBA reply frame o Fix references to the spec section numbers Also, print the all the MCS rates in bootverbose. Sponsored by: iXsystems, Inc. Obtained from: //depot/user/rpaulo/80211n/... Revision Changes Path 1.19 +7 -1 src/sys/net80211/ieee80211_adhoc.c 1.38 +64 -23 src/sys/net80211/ieee80211_ht.c 1.15 +13 -0 src/sys/net80211/ieee80211_mesh.c 1.31 +6 -1 src/sys/net80211/ieee80211_sta.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003181107.o2IB705d098413>