mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
pad for future statistics
MFC after: 2 weeks
This commit is contained in:
parent
f9748b9d0d
commit
e35a02a97d
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue