Bump pad, I'm adding more statistics.

This commit is contained in:
Adrian Chadd 2011-04-18 14:03:37 +00:00
parent d0a0ebc6c3
commit abc8309448

View file

@ -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)