From owner-svn-src-head@FreeBSD.ORG Fri Apr 29 16:43:30 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 BB373106564A; Fri, 29 Apr 2011 16:43:30 +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 AB4608FC13; Fri, 29 Apr 2011 16:43:30 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p3TGhUZ3006833; Fri, 29 Apr 2011 16:43:30 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p3TGhUQr006831; Fri, 29 Apr 2011 16:43:30 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201104291643.p3TGhUQr006831@svn.freebsd.org> From: Adrian Chadd Date: Fri, 29 Apr 2011 16:43:30 +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: r221210 - 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, 29 Apr 2011 16:43:30 -0000 Author: adrian Date: Fri Apr 29 16:43:30 2011 New Revision: 221210 URL: http://svn.freebsd.org/changeset/base/221210 Log: Cosmetic changes to fit 80 character screen width. Modified: head/sys/dev/ath/if_ath.c Modified: head/sys/dev/ath/if_ath.c ============================================================================== --- head/sys/dev/ath/if_ath.c Fri Apr 29 15:40:12 2011 (r221209) +++ head/sys/dev/ath/if_ath.c Fri Apr 29 16:43:30 2011 (r221210) @@ -3586,14 +3586,14 @@ rx_accept: IEEE80211_KEYIX_NONE : rs->rs_keyix); sc->sc_lastrs = rs; - /* Keep statistics on the number of aggregate packets received */ if (rs->rs_isaggr) sc->sc_stats.ast_rx_agg++; if (ni != NULL) { /* - * Only punt packets for ampdu reorder processing for 11n nodes; - * net80211 enforces that M_AMPDU is only set for 11n nodes. + * Only punt packets for ampdu reorder processing for + * 11n nodes; net80211 enforces that M_AMPDU is only + * set for 11n nodes. */ if (ni->ni_flags & IEEE80211_NODE_HT) m->m_flags |= M_AMPDU;