summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/ath_hal
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2010-06-27 10:17:11 +0000
committerrpaulo <rpaulo@FreeBSD.org>2010-06-27 10:17:11 +0000
commit2ada14af640b94f44f898810799a5e7fdad821c5 (patch)
tree1e175940dafcd7dcd3418f42ee6edc1e96293b4f /sys/dev/ath/ath_hal
parentb2f994642263d80682e8858a37d4002964ddcbac (diff)
downloadFreeBSD-src-2ada14af640b94f44f898810799a5e7fdad821c5.zip
FreeBSD-src-2ada14af640b94f44f898810799a5e7fdad821c5.tar.gz
Fix typo introduced in previous revision.
Diffstat (limited to 'sys/dev/ath/ath_hal')
-rw-r--r--sys/dev/ath/ath_hal/ar5416/ar5416reg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/ath_hal/ar5416/ar5416reg.h b/sys/dev/ath/ath_hal/ar5416/ar5416reg.h
index 870e319..3dec65a 100644
--- a/sys/dev/ath/ath_hal/ar5416/ar5416reg.h
+++ b/sys/dev/ath/ath_hal/ar5416/ar5416reg.h
@@ -612,7 +612,7 @@
AH_PRIVATE((_ah))->ah_macRev == AR_XSREV_REVISION_MERLIN_20)
#define AR_SREV_MERLIN_20_OR_LATER(_ah) \
(AR_SREV_MERLIN_20(_ah) || \
- AH_PRIVATE((_ah))->ah_macVersion >= AR_XSREV_VERSION_MERLIN_20)
+ AH_PRIVATE((_ah))->ah_macVersion >= AR_XSREV_VERSION_MERLIN)
#define AR_SREV_KITE(_ah) \
(AH_PRIVATE((_ah))->ah_macVersion == AR_XSREV_VERSION_KITE)
OpenPOWER on IntegriCloud