svn commit: r220780 - head/sys/dev/ath

Adrian Chadd adrian at FreeBSD.org
Mon Apr 18 14:03:37 UTC 2011


Author: adrian
Date: Mon Apr 18 14:03:37 2011
New Revision: 220780
URL: http://svn.freebsd.org/changeset/base/220780

Log:
  Bump pad, I'm adding more statistics.

Modified:
  head/sys/dev/ath/if_athioctl.h

Modified: head/sys/dev/ath/if_athioctl.h
==============================================================================
--- head/sys/dev/ath/if_athioctl.h	Mon Apr 18 14:03:05 2011	(r220779)
+++ head/sys/dev/ath/if_athioctl.h	Mon Apr 18 14:03:37 2011	(r220780)
@@ -130,7 +130,7 @@ struct ath_stats {
 	u_int32_t	ast_tx_htprotect;	/* HT tx frames with protection */
 	u_int32_t	ast_rx_hitqueueend;
 	u_int32_t	ast_tx_timeout;		/* Global TX timeout */
-	u_int32_t	ast_pad[1];
+	u_int32_t	ast_pad[16];
 };
 
 #define	SIOCGATHSTATS	_IOWR('i', 137, struct ifreq)


More information about the svn-src-all mailing list