Date: Thu, 29 Apr 2010 18:23:21 +0300 From: Kostik Belousov <kostikbel@gmail.com> To: Rui Paulo <rpaulo@freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r207370 - head/sys/net80211 Message-ID: <20100429152321.GF2391@deviant.kiev.zoral.com.ua> In-Reply-To: <201004291519.o3TFJB8A081505@svn.freebsd.org> References: <201004291519.o3TFJB8A081505@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--65ImJOski3p8EhYV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 29, 2010 at 03:19:11PM +0000, Rui Paulo wrote: > Author: rpaulo > Date: Thu Apr 29 15:19:11 2010 > New Revision: 207370 > URL: http://svn.freebsd.org/changeset/base/207370 >=20 > Log: > Decrement rxa_pad due to the addition of rxa_private. If the goal was to keep the size of the struct ieee80211_rx_ampdu as it was before addition of rxa_private, then this commit still did not achieved it on 32bit arches. >=20 > Modified: > head/sys/net80211/ieee80211_ht.h >=20 > Modified: head/sys/net80211/ieee80211_ht.h > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/sys/net80211/ieee80211_ht.h Thu Apr 29 11:52:42 2010 (r207369) > +++ head/sys/net80211/ieee80211_ht.h Thu Apr 29 15:19:11 2010 (r207370) > @@ -143,7 +143,7 @@ struct ieee80211_rx_ampdu { > int rxa_nframes; /* frames since ADDBA */ > struct mbuf *rxa_m[IEEE80211_AGGR_BAWMAX]; > void *rxa_private; > - uint64_t rxa_pad[4]; > + uint64_t rxa_pad[3]; > }; > =20 > void ieee80211_ht_attach(struct ieee80211com *); --65ImJOski3p8EhYV Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (FreeBSD) iEYEARECAAYFAkvZpGgACgkQC3+MBN1Mb4hQjQCfd7nA6zZF+mlJ5ZonqZuXGbuQ hOgAniV6U9f9sN30xi0EpkeZWF4NXNyX =ygIn -----END PGP SIGNATURE----- --65ImJOski3p8EhYV--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100429152321.GF2391>