summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2011-08-08 19:03:26 +0000
committeradrian <adrian@FreeBSD.org>2011-08-08 19:03:26 +0000
commitac77779e67081b3e36914f4e001cd9fa14613686 (patch)
tree3bc33c6b47431e6a1c1086051834a07b7e641745 /sys/dev/ath
parent1f354293d24aaeb01860e4c5c6734316e33e45a0 (diff)
downloadFreeBSD-src-ac77779e67081b3e36914f4e001cd9fa14613686.zip
FreeBSD-src-ac77779e67081b3e36914f4e001cd9fa14613686.tar.gz
And add another missing brace. Another pointy hat moment.
This one however isn't used by any public code yet, so it didn't break the build. Approved by: re (kib, blanket)
Diffstat (limited to 'sys/dev/ath')
-rw-r--r--sys/dev/ath/if_athvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/if_athvar.h b/sys/dev/ath/if_athvar.h
index 2931f89..5baa4eb 100644
--- a/sys/dev/ath/if_athvar.h
+++ b/sys/dev/ath/if_athvar.h
@@ -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)))
OpenPOWER on IntegriCloud