Date: Fri, 10 Jul 2009 10:51:15 +0000 (UTC) From: Rui Paulo <rpaulo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r195537 - projects/mesh11s/sys/net80211 Message-ID: <200907101051.n6AApFwA017620@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rpaulo Date: Fri Jul 10 10:51:15 2009 New Revision: 195537 URL: http://svn.freebsd.org/changeset/base/195537 Log: Make is_spare the size it was before. Sponsored by: The FreeBSD Foundation Modified: projects/mesh11s/sys/net80211/ieee80211_ioctl.h Modified: projects/mesh11s/sys/net80211/ieee80211_ioctl.h ============================================================================== --- projects/mesh11s/sys/net80211/ieee80211_ioctl.h Fri Jul 10 10:49:24 2009 (r195536) +++ projects/mesh11s/sys/net80211/ieee80211_ioctl.h Fri Jul 10 10:51:15 2009 (r195537) @@ -236,7 +236,7 @@ struct ieee80211_stats { uint32_t is_hwmp_rootreqs; /* root PREQs sent */ uint32_t is_hwmp_rootrann; /* root RANNs sent */ - uint32_t is_spare[7]; + uint32_t is_spare[16]; }; /*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907101051.n6AApFwA017620>