aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2006-02-09 22:37:33 +0000
committerSam Leffler <sam@FreeBSD.org>2006-02-09 22:37:33 +0000
commite35a02a97d7c1d7ee38a5da2f6d4d61dbf258985 (patch)
tree0e3a29d296e8de2888e9f565ee7dbcff6df45269 /sys
parentf9748b9d0dd2c393ec4db5204df2959132254cac (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ath/if_athioctl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ath/if_athioctl.h b/sys/dev/ath/if_athioctl.h
index d2c3b2d7c429..7184a11badec 100644
--- a/sys/dev/ath/if_athioctl.h
+++ b/sys/dev/ath/if_athioctl.h
@@ -106,6 +106,7 @@ struct ath_stats {
u_int32_t ast_ant_txswitch;/* tx antenna switches */
u_int32_t ast_ant_rx[8]; /* rx frames with antenna */
u_int32_t ast_ant_tx[8]; /* tx frames with antenna */
+ u_int32_t ast_pad[32];
};
#define SIOCGATHSTATS _IOWR('i', 137, struct ifreq)