svn commit: r226777 - user/adrian/if_ath_tx/sys/dev/ath

Adrian Chadd adrian at FreeBSD.org
Wed Oct 26 02:25:16 UTC 2011


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)


More information about the svn-src-user mailing list