mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-21 11:13:30 +00:00
.. and add a missing bracket.
Approved by: re (kib, blanket)
This commit is contained in:
parent
aa2c3507bc
commit
6bd78ef403
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=224715
@ -713,7 +713,7 @@ void ath_intr(void *);
|
||||
#define ath_hal_procradarevent(_ah, _rxs, _fulltsf, _buf, _event) \
|
||||
((*(_ah)->ah_procRadarEvent)((_ah), (_rxs), (_fulltsf), (_buf), (_event)))
|
||||
#define ath_hal_is_fast_clock_enabled(_ah) \
|
||||
((*(_ah)->ah_isFastClockEnabled((_ah))
|
||||
((*(_ah)->ah_isFastClockEnabled)((_ah))
|
||||
|
||||
#define ath_hal_gpioCfgOutput(_ah, _gpio, _type) \
|
||||
((*(_ah)->ah_gpioCfgOutput)((_ah), (_gpio), (_type)))
|
||||
|
Loading…
Reference in New Issue
Block a user