Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Apr 2011 14:03:37 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r220780 - head/sys/dev/ath
Message-ID:  <201104181403.p3IE3bWp074031@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104181403.p3IE3bWp074031>