diff options
author | adrian <adrian@FreeBSD.org> | 2012-02-20 03:07:07 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2012-02-20 03:07:07 +0000 |
commit | 262a20238281d5b5d9795ae42f3779ea0a0f31f2 (patch) | |
tree | dc44ba5fe347f80f6a4e96aacb071c6781b7df95 /sys/modules/ath | |
parent | 8dcf572a866a405f4ce1a9e8937862558344a0ce (diff) | |
download | FreeBSD-src-262a20238281d5b5d9795ae42f3779ea0a0f31f2.zip FreeBSD-src-262a20238281d5b5d9795ae42f3779ea0a0f31f2.tar.gz |
Break out the radar code into a separate source file.
This mirrors the internal HAL organisation and reduces the differences
between the HAL codebases slightly.
Obtained from: Atheros
Diffstat (limited to 'sys/modules/ath')
-rw-r--r-- | sys/modules/ath/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/ath/Makefile b/sys/modules/ath/Makefile index d3d2a22..5cbfeda 100644 --- a/sys/modules/ath/Makefile +++ b/sys/modules/ath/Makefile @@ -88,8 +88,8 @@ SRCS+= ah_eeprom_v14.c ah_eeprom_v4k.c \ ar5416_ani.c ar5416_attach.c ar5416_beacon.c ar5416_cal.c \ ar5416_cal_iq.c ar5416_cal_adcgain.c ar5416_cal_adcdc.c \ ar5416_eeprom.c ar5416_gpio.c ar5416_interrupts.c ar5416_keycache.c \ - ar5416_misc.c ar5416_phy.c ar5416_power.c ar5416_recv.c \ - ar5416_reset.c ar5416_xmit.c + ar5416_misc.c ar5416_phy.c ar5416_power.c ar5416_radar.c \ + ar5416_recv.c ar5416_reset.c ar5416_xmit.c # RF backend for 5416, 9130 and 9160 SRCS+= ar2133.c |