diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2011-08-08 19:03:26 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2011-08-08 19:03:26 +0000 |
| commit | ef068c6d9f5bf47589843f678c230c675879a69b (patch) | |
| tree | 3bc33c6b47431e6a1c1086051834a07b7e641745 /sys/dev/ath | |
| parent | ffae5d00d2475a5b862e21c42c206f3907dd2da7 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ath')
| -rw-r--r-- | sys/dev/ath/if_athvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/if_athvar.h b/sys/dev/ath/if_athvar.h index 2931f89e6250..5baa4ebd9401 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))) |
