From owner-svn-src-head@FreeBSD.ORG Fri Feb 4 00:25:19 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26786106566B; Fri, 4 Feb 2011 00:25:19 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 14BFE8FC17; Fri, 4 Feb 2011 00:25:19 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p140PIKM063293; Fri, 4 Feb 2011 00:25:18 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p140PIqC063291; Fri, 4 Feb 2011 00:25:18 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201102040025.p140PIqC063291@svn.freebsd.org> From: Adrian Chadd Date: Fri, 4 Feb 2011 00:25:18 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r218243 - head/sys/dev/ath X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2011 00:25:19 -0000 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