Date: Fri, 29 Apr 2011 16:43:30 +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: r221210 - head/sys/dev/ath Message-ID: <201104291643.p3TGhUQr006831@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104291643.p3TGhUQr006831>