Deleted Added
full compact
29c29
< * $FreeBSD: head/sys/dev/ath/if_athvar.h 220053 2011-03-27 08:47:55Z adrian $
---
> * $FreeBSD: head/sys/dev/ath/if_athvar.h 220324 2011-04-04 14:52:31Z adrian $
256c256,257
< sc_resetcal : 1;/* reset cal state next trip */
---
> sc_resetcal : 1,/* reset cal state next trip */
> sc_rxslink : 1;/* do self-linked final descriptor */
648a650,651
> #define ath_hal_self_linked_final_rxdesc(_ah) \
> (ath_hal_getcapability(_ah, HAL_CAP_RXDESC_SELFLINK, 0, NULL) == HAL_OK)