mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-28 11:57:28 +00:00
Add in the public method to access the tx completion rates.
This commit is contained in:
parent
c400881470
commit
82d2927d95
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=217627
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user