From owner-svn-src-all@freebsd.org Wed Oct 14 02:49:42 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7083A12308; Wed, 14 Oct 2015 02:49:42 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C36E815F6; Wed, 14 Oct 2015 02:49:42 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id BB5971257; Wed, 14 Oct 2015 02:49:42 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 75C4E14861; Wed, 14 Oct 2015 02:49:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id klshHrWf8mNJ; Wed, 14 Oct 2015 02:49:40 +0000 (UTC) Content-Type: text/plain; charset=us-ascii DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com CF65F1485D Mime-Version: 1.0 (1.0) Subject: Re: svn commit: r289283 - head/share/man/man4 From: Bryan Drewery X-Mailer: iPhone Mail (12H143) In-Reply-To: <201510140243.t9E2h5X2067992@repo.freebsd.org> Date: Tue, 13 Oct 2015 19:49:38 -0700 Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: References: <201510140243.t9E2h5X2067992@repo.freebsd.org> To: Adrian Chadd X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Oct 2015 02:49:42 -0000 > On Oct 13, 2015, at 19:43, Adrian Chadd wrote: >=20 > Author: adrian > Date: Wed Oct 14 02:43:04 2015 > New Revision: 289283 > URL: https://svnweb.freebsd.org/changeset/base/289283 >=20 > Log: > rsu(4) manpage updates: add me, add 802.11n support, update caveats. Forgot .Dd >=20 > * Add that I indeed added 802.11n support. > * Update caveats - we support 1x1, 1x2 and 2x2 operation now, but > there's no transmit aggregation support. >=20 > Modified: > head/share/man/man4/rsu.4 >=20 > Modified: head/share/man/man4/rsu.4 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D > --- head/share/man/man4/rsu.4 Wed Oct 14 02:37:30 2015 (r289282) > +++ head/share/man/man4/rsu.4 Wed Oct 14 02:43:04 2015 (r289283) > @@ -175,7 +175,10 @@ driver was written by > .An Damien Bergamini Aq Mt damien@openbsd.org > and ported by > .An Rui Paulo Aq Mt rpaulo@freebsd.org . > +The 802.11n support was added by > +.An Adrian Chadd Aq Mt adrian@freebsd.org . > .Sh CAVEATS > The > .Nm > -driver only supports 1T1R 802.11n operation. > +driver currently does not support 802.11n transmit aggregation, > +either A-MSDU or A-MPDU. >=20