diff options
| author | Sam Leffler <sam@FreeBSD.org> | 2006-02-09 22:37:33 +0000 |
|---|---|---|
| committer | Sam Leffler <sam@FreeBSD.org> | 2006-02-09 22:37:33 +0000 |
| commit | e35a02a97d7c1d7ee38a5da2f6d4d61dbf258985 (patch) | |
| tree | 0e3a29d296e8de2888e9f565ee7dbcff6df45269 /sys/dev/ath/if_athioctl.h | |
| parent | f9748b9d0dd2c393ec4db5204df2959132254cac (diff) | |
Notes
Diffstat (limited to 'sys/dev/ath/if_athioctl.h')
| -rw-r--r-- | sys/dev/ath/if_athioctl.h | 1 |
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) |
