summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2010-03-03 20:01:31 +0000
committerrpaulo <rpaulo@FreeBSD.org>2010-03-03 20:01:31 +0000
commitf9d9892e14f17d6540456cb0a2700eef05f0b76d (patch)
treea6236a816324f550239b6dfaf9df2dc961d8ede2 /sys/modules
parent95701bd3378dfa07de82e94533a792d1478a66b8 (diff)
downloadFreeBSD-src-f9d9892e14f17d6540456cb0a2700eef05f0b76d.zip
FreeBSD-src-f9d9892e14f17d6540456cb0a2700eef05f0b76d.tar.gz
Add a missing ar9285_reset.c file.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/ath/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ath/Makefile b/sys/modules/ath/Makefile
index a8bb5ea..3c01fd0 100644
--- a/sys/modules/ath/Makefile
+++ b/sys/modules/ath/Makefile
@@ -92,7 +92,7 @@ SRCS+= ar9160_attach.c
SRCS+= ar9280.c ar9280_attach.c
# RF backend for 5416 and 9160
SRCS+= ar2133.c
-SRCS+= ar9285.c ar9285_attach.c
+SRCS+= ar9285.c ar9285_reset.c ar9285_attach.c
# NB: rate control is bound to the driver by symbol names so only pick one
.if ${ATH_RATE} == "sample"
OpenPOWER on IntegriCloud