Date: Tue, 30 Jun 2009 22:44:46 -0700 From: Andrew Thompson <thompsa@FreeBSD.org> To: Sam Leffler <sam@freebsd.org> Cc: svn-src-projects@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r195220 - projects/mesh11s/sys/net80211 Message-ID: <1280352d0906302244h6356892bpddb9c764f686448c@mail.gmail.com> In-Reply-To: <200907010124.n611OwC1097444@svn.freebsd.org> References: <200907010124.n611OwC1097444@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
2009/6/30 Sam Leffler <sam@freebsd.org> > Author: sam > Date: Wed Jul 1 01:24:58 2009 > New Revision: 195220 > URL: http://svn.freebsd.org/changeset/base/195220 > > Log: > o remove unused stat > o correct spare count so struct size remains the same > > Modified: > projects/mesh11s/sys/net80211/ieee80211_ioctl.h > > Modified: projects/mesh11s/sys/net80211/ieee80211_ioctl.h > > ============================================================================== > --- projects/mesh11s/sys/net80211/ieee80211_ioctl.h Wed Jul 1 01:22:28 > 2009 (r195219) > +++ projects/mesh11s/sys/net80211/ieee80211_ioctl.h Wed Jul 1 01:24:58 > 2009 (r195220) > @@ -224,13 +224,12 @@ struct ieee80211_stats { > uint32_t is_ampdu_rexmt; /* A-MPDU frames rexmt ok */ > uint32_t is_ampdu_rexmt_fail; /* A-MPDU frames rexmt fail > */ > > - uint32_t is_mesh_fwd_seqno; /* mesh not fwd'd 'cuz seq# > */ > uint32_t is_mesh_fwd_ttl; /* mesh not fwd'd 'cuz ttl 0 > */ > uint32_t is_mesh_fwd_nobuf; /* mesh not fwd'd 'cuz no > mbuf*/ > uint32_t is_mesh_fwd_tooshort; /* mesh not fwd'd 'cuz no > hdr */ > uint32_t is_mesh_fwd_disabled; /* mesh not fwd'd 'cuz > disabled */ > uint32_t is_mesh_fwd_nopath; /* mesh not fwd'd 'cuz path > unknown */ > - uint32_t is_spare[14]; > + uint32_t is_spare[11]; > }; I take it that the 14 -> 11 change fixes an existing problem as to 'remain the same size' would be 15. Andrew
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1280352d0906302244h6356892bpddb9c764f686448c>