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)
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to