diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2011-04-18 12:15:43 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2011-04-18 12:15:43 +0000 |
| commit | 6ad02dbafe6826656b54e59661e5f1054a9a2a24 (patch) | |
| tree | 347dccdd55cc3f722f7e0dcd971cdbdf806bad9f /sys/dev/ath/if_athioctl.h | |
| parent | 66f3a31ff930ce74cf6f15f9228b3b8f1403ba43 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ath/if_athioctl.h')
| -rw-r--r-- | sys/dev/ath/if_athioctl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ath/if_athioctl.h b/sys/dev/ath/if_athioctl.h index 6d99372f0c0e9..644d3184fb409 100644 --- a/sys/dev/ath/if_athioctl.h +++ b/sys/dev/ath/if_athioctl.h @@ -129,7 +129,8 @@ struct ath_stats { u_int32_t ast_rx_hi_rx_chain; u_int32_t ast_tx_htprotect; /* HT tx frames with protection */ u_int32_t ast_rx_hitqueueend; - u_int32_t ast_pad[2]; + u_int32_t ast_tx_timeout; /* Global TX timeout */ + u_int32_t ast_pad[1]; }; #define SIOCGATHSTATS _IOWR('i', 137, struct ifreq) |
