Deleted Added
full compact
29c29
< * $FreeBSD: head/sys/dev/ath/if_athioctl.h 227327 2011-11-08 01:35:44Z adrian $
---
> * $FreeBSD: head/sys/dev/ath/if_athioctl.h 227868 2011-11-23 05:00:25Z adrian $
151c151
< u_int32_t ast_tx_aggrfail; /* aggregate TX failed in its entirety */
---
> u_int32_t ast_tx_aggr_failall; /* aggregate TX failed in its entirety */
156c156,158
< u_int32_t ast_pad[4];
---
> u_int32_t ast_tx_aggr_ok; /* aggregate TX ok */
> u_int32_t ast_tx_aggr_fail; /* aggregate TX failed */
> u_int32_t ast_pad[2];