Deleted Added
full compact
30c30
< * $FreeBSD: head/sys/dev/ath/if_athrate.h 184346 2008-10-27 16:58:06Z sam $
---
> * $FreeBSD: head/sys/dev/ath/if_athrate.h 218160 2011-02-01 08:10:18Z adrian $
104a105,110
> * Return the four TX rate index and try counts for the current data packet.
> */
> void ath_rate_getxtxrates(struct ath_softc *sc, struct ath_node *an,
> uint8_t rix0, uint8_t *rix, uint8_t *try);
>
> /*