From 003335492ee1044b0afa73e595edf4e61f090fd5 Mon Sep 17 00:00:00 2001 From: rpaulo Date: Wed, 3 Mar 2010 20:06:50 +0000 Subject: MFC 204656: Add missing ar9285_reset.c file. --- sys/modules/ath/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules') diff --git a/sys/modules/ath/Makefile b/sys/modules/ath/Makefile index d6f798f..511d3f8 100644 --- a/sys/modules/ath/Makefile +++ b/sys/modules/ath/Makefile @@ -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" -- cgit v1.1