Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Feb 2011 00:25:18 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r218243 - head/sys/dev/ath
Message-ID:  <201102040025.p140PIqC063291@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102040025.p140PIqC063291>