Deleted Added
full compact
29c29
< * $FreeBSD: head/sys/dev/ath/if_athioctl.h 248143 2013-03-11 06:01:00Z adrian $
---
> * $FreeBSD: head/sys/dev/ath/if_athioctl.h 248146 2013-03-11 06:54:58Z adrian $
308c308,317
< uint8_t vh_pad1[1]; /* Pad to 4 byte boundary */
---
> uint8_t vh_flags; /* General flags */
> #define ATH_VENDOR_PKT_RX 0x01
> #define ATH_VENDOR_PKT_TX 0x02
> #define ATH_VENDOR_PKT_RXPHYERR 0x04
> #define ATH_VENDOR_PKT_ISAGGR 0x08
> #define ATH_VENDOR_PKT_MOREAGGR 0x10
>
> uint8_t vh_rx_hwrate; /* hardware RX ratecode */
> uint8_t vh_rs_flags; /* RX HAL flags */
> uint8_t vh_pad[2]; /* pad to DWORD boundary */