1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-05 18:05:16 +00:00

pad for future statistics

MFC after:	2 weeks
This commit is contained in:
Sam Leffler 2006-02-09 22:37:33 +00:00
parent f9748b9d0d
commit e35a02a97d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=155499

View File

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