svn commit: r217627 - head/sys/dev/ath
Adrian Chadd
adrian at FreeBSD.org
Thu Jan 20 08:15:47 UTC 2011
Author: adrian
Date: Thu Jan 20 08:15:46 2011
New Revision: 217627
URL: http://svn.freebsd.org/changeset/base/217627
Log:
Add in the public method to access the tx completion rates.
Modified:
head/sys/dev/ath/if_athvar.h
Modified: head/sys/dev/ath/if_athvar.h
==============================================================================
--- head/sys/dev/ath/if_athvar.h Thu Jan 20 08:15:11 2011 (r217626)
+++ head/sys/dev/ath/if_athvar.h Thu Jan 20 08:15:46 2011 (r217627)
@@ -646,6 +646,8 @@ void ath_intr(void *);
((*(_ah)->ah_procTxDesc)((_ah), (_ds), (_ts)))
#define ath_hal_gettxintrtxqs(_ah, _txqs) \
((*(_ah)->ah_getTxIntrQueue)((_ah), (_txqs)))
+#define ath_hal_gettxcompletionrates(_ah, _ds, _rates, _tries) \
+ ((*(_ah)->ah_getTxCompletionRates)((_ah), (_ds), (_rates), (_tries)))
#define ath_hal_gpioCfgOutput(_ah, _gpio, _type) \
((*(_ah)->ah_gpioCfgOutput)((_ah), (_gpio), (_type)))
More information about the svn-src-head
mailing list