summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2011-08-08 15:41:03 +0000
committeradrian <adrian@FreeBSD.org>2011-08-08 15:41:03 +0000
commit256db1fad67dc5b4495a944fd8d686bd2bd73c94 (patch)
tree9a04d48499f133f721a1a468273c90fbfcb1da04 /sys/dev
parentad65ea8db85e83137a189c98ba78a16dd4590163 (diff)
downloadFreeBSD-src-256db1fad67dc5b4495a944fd8d686bd2bd73c94.zip
FreeBSD-src-256db1fad67dc5b4495a944fd8d686bd2bd73c94.tar.gz
Fix method naming to match the reference HAL definition.
Obtained from: Atheros Approved by: re (kib, blanket)
Diffstat (limited to 'sys/dev')
-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 893f38a..9657a5e 100644
--- a/sys/dev/ath/if_athvar.h
+++ b/sys/dev/ath/if_athvar.h
@@ -712,7 +712,7 @@ void ath_intr(void *);
((*(_ah)->ah_getDfsThresh)((_ah), (_param)))
#define ath_hal_procradarevent(_ah, _rxs, _fulltsf, _buf, _event) \
((*(_ah)->ah_procRadarEvent)((_ah), (_rxs), (_fulltsf), (_buf), (_event)))
-#define ath_hal_isfastclockenabled(_ah) \
+#define ath_hal_is_fast_clock_enabled(_ah) \
((*(_ah)->ah_isFastClockEnabled((_ah))
#define ath_hal_gpioCfgOutput(_ah, _gpio, _type) \
OpenPOWER on IntegriCloud