MFC 204656:

Add missing ar9285_reset.c file.
This commit is contained in:
Rui Paulo 2010-03-03 20:06:50 +00:00
parent 576e956f32
commit fe0da2ff6e

View File

@ -91,7 +91,7 @@ SRCS+= ah_eeprom_v14.c \
SRCS+= ar9160_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"