Date: Fri, 4 Feb 2011 10:57:17 +0100 From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: Adrian Chadd <adrian@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r218243 - head/sys/dev/ath Message-ID: <20110204095717.GI2035@garage.freebsd.pl> In-Reply-To: <201102040025.p140PIqC063291@svn.freebsd.org> References: <201102040025.p140PIqC063291@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--v2Uk6McLiE8OV1El Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Feb 04, 2011 at 12:25:18AM +0000, Adrian Chadd wrote: > Author: adrian > Date: Fri Feb 4 00:25:18 2011 > New Revision: 218243 > URL: http://svn.freebsd.org/changeset/base/218243 >=20 > Log: > Oops, fix newbie mistake that breaks the normal build. >=20 > Modified: > head/sys/dev/ath/if_ath.c >=20 > Modified: head/sys/dev/ath/if_ath.c > =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/sys/dev/ath/if_ath.c Thu Feb 3 23:38:11 2011 (r218242) > +++ head/sys/dev/ath/if_ath.c Fri Feb 4 00:25:18 2011 (r218243) > @@ -3892,7 +3892,7 @@ rx_accept: > IEEE80211_KEYIX_NONE : rs->rs_keyix); > sc->sc_lastrs =3D rs; > if (ni !=3D NULL) { > -#if NOTYET > +#ifdef NOTYET > /* tag AMPDU aggregates for reorder processing */ > /* > * XXX this should only tag frames marked as aggregate; rather Yeah, all real hackers have CFLAGS+=3D-DNOTYET in their src.confs to get the most cutting edge features:) --=20 Pawel Jakub Dawidek http://www.wheelsystems.com pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --v2Uk6McLiE8OV1El Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iEYEARECAAYFAk1LzX0ACgkQForvXbEpPzShgwCgup6PtI3DRB0txAX1nJuj9lOp oiMAoKdmMgVQlUmUwgZJkdb/aaZUZUi/ =qBqs -----END PGP SIGNATURE----- --v2Uk6McLiE8OV1El--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110204095717.GI2035>