svn commit: r195220 - projects/mesh11s/sys/net80211

Sam Leffler sam at FreeBSD.org
Wed Jul 1 01:24:58 UTC 2009


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];
 };
 
 /*


More information about the svn-src-projects mailing list