Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Oct 2011 02:25:16 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r226777 - user/adrian/if_ath_tx/sys/dev/ath
Message-ID:  <201110260225.p9Q2PGqM027786@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Wed Oct 26 02:25:15 2011
New Revision: 226777
URL: http://svn.freebsd.org/changeset/base/226777

Log:
  Fix the pad to be "correct".

Modified:
  user/adrian/if_ath_tx/sys/dev/ath/if_athioctl.h

Modified: user/adrian/if_ath_tx/sys/dev/ath/if_athioctl.h
==============================================================================
--- user/adrian/if_ath_tx/sys/dev/ath/if_athioctl.h	Wed Oct 26 02:22:54 2011	(r226776)
+++ user/adrian/if_ath_tx/sys/dev/ath/if_athioctl.h	Wed Oct 26 02:25:15 2011	(r226777)
@@ -153,7 +153,7 @@ struct ath_stats {
 	u_int32_t	ast_tx_getbusybuf;
 	u_int32_t	ast_tx_intr;
 	u_int32_t	ast_rx_intr;
-	u_int32_t	ast_pad[7];
+	u_int32_t	ast_pad[4];
 };
 
 #define	SIOCGATHSTATS	_IOWR('i', 137, struct ifreq)



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