Date: Wed, 1 Jul 2009 01:24:58 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r195220 - projects/mesh11s/sys/net80211 Message-ID: <200907010124.n611OwC1097444@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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]; }; /*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907010124.n611OwC1097444>