From owner-svn-src-head@FreeBSD.ORG Fri Mar 15 04:43:28 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6B193516; Fri, 15 Mar 2013 04:43:28 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 5C232F2C; Fri, 15 Mar 2013 04:43:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2F4hS1a064221; Fri, 15 Mar 2013 04:43:28 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2F4hSGR064220; Fri, 15 Mar 2013 04:43:28 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201303150443.r2F4hSGR064220@svn.freebsd.org> From: Adrian Chadd Date: Fri, 15 Mar 2013 04:43:28 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r248312 - head/sys/dev/ath X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 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, 15 Mar 2013 04:43:28 -0000 Author: adrian Date: Fri Mar 15 04:43:27 2013 New Revision: 248312 URL: http://svnweb.freebsd.org/changeset/base/248312 Log: Remove a now incorrect comment. This comment dates back to my initial stab at TX aggregation completion, where I didn't even bother trying to do software retries. Modified: head/sys/dev/ath/if_ath_tx.c Modified: head/sys/dev/ath/if_ath_tx.c ============================================================================== --- head/sys/dev/ath/if_ath_tx.c Fri Mar 15 02:52:37 2013 (r248311) +++ head/sys/dev/ath/if_ath_tx.c Fri Mar 15 04:43:27 2013 (r248312) @@ -4176,8 +4176,6 @@ ath_tx_comp_cleanup_aggr(struct ath_soft /* * Handle completion of an set of aggregate frames. * - * XXX for now, simply complete each sub-frame. - * * Note: the completion handler is the last descriptor in the aggregate, * not the last descriptor in the first frame. */