summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2009-02-11 22:34:22 +0000
committersam <sam@FreeBSD.org>2009-02-11 22:34:22 +0000
commita64807419101faff20b3a56c347e849cb9059808 (patch)
tree7023dedf96f10a01b6cf671c2ebce3112867c8df /sys/dev/ath
parentf1859b93d6bac611f1160ed483c51756acae567a (diff)
downloadFreeBSD-src-a64807419101faff20b3a56c347e849cb9059808.zip
FreeBSD-src-a64807419101faff20b3a56c347e849cb9059808.tar.gz
fix both instances of name
Pointy hat: sam
Diffstat (limited to 'sys/dev/ath')
-rw-r--r--sys/dev/ath/ath_hal/ah_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/ath_hal/ah_internal.h b/sys/dev/ath/ath_hal/ah_internal.h
index 821a0aa..4b05e8a 100644
--- a/sys/dev/ath/ath_hal/ah_internal.h
+++ b/sys/dev/ath/ath_hal/ah_internal.h
@@ -79,7 +79,7 @@ struct ath_hal_chip {
};
#ifndef AH_CHIP
#define AH_CHIP(_name, _probe, _attach) \
-static struct ath_hal_chip name##_chip = { \
+static struct ath_hal_chip _name##_chip = { \
.name = #_name, \
.probe = _probe, \
.attach = _attach \
OpenPOWER on IntegriCloud