Add a missing ar9285_reset.c file.

This commit is contained in:
Rui Paulo
2010-03-03 20:01:31 +00:00
parent 39915804e9
commit b56f2da805
+1 -1
View File
@@ -92,7 +92,7 @@ SRCS+= ar9160_attach.c
SRCS+= ar9280.c ar9280_attach.c SRCS+= ar9280.c ar9280_attach.c
# RF backend for 5416 and 9160 # RF backend for 5416 and 9160
SRCS+= ar2133.c 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 # NB: rate control is bound to the driver by symbol names so only pick one
.if ${ATH_RATE} == "sample" .if ${ATH_RATE} == "sample"