svn commit: r218243 - head/sys/dev/ath

Pawel Jakub Dawidek pjd at FreeBSD.org
Fri Feb 4 09:57:41 UTC 2011


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
> 
> Log:
>   Oops, fix newbie mistake that breaks the normal build.
> 
> Modified:
>   head/sys/dev/ath/if_ath.c
> 
> Modified: head/sys/dev/ath/if_ath.c
> ==============================================================================
> --- 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 = rs;
>  		if (ni != 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+=-DNOTYET in their src.confs to get
the most cutting edge features:)

-- 
Pawel Jakub Dawidek                       http://www.wheelsystems.com
pjd at FreeBSD.org                           http://www.FreeBSD.org
FreeBSD committer                         Am I Evil? Yes, I Am!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/svn-src-all/attachments/20110204/11c35d8b/attachment.pgp


More information about the svn-src-all mailing list