mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Bump pad, I'm adding more statistics.
This commit is contained in:
parent
d0a0ebc6c3
commit
abc8309448
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue