diff options
| author | Rui Paulo <rpaulo@FreeBSD.org> | 2010-03-03 20:06:50 +0000 |
|---|---|---|
| committer | Rui Paulo <rpaulo@FreeBSD.org> | 2010-03-03 20:06:50 +0000 |
| commit | fe0da2ff6e6139b14eccb9ee6cae2f0e18128c9b (patch) | |
| tree | 6785f7f419c0114e2f7743ecf4df75dbc0a27203 /sys/modules | |
| parent | 576e956f32619f2600b19704804a7388b199825d (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/ath/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ath/Makefile b/sys/modules/ath/Makefile index d6f798fd2554..511d3f8c5100 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" |
