diff options
author | adrian <adrian@FreeBSD.org> | 2015-12-02 05:36:45 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2015-12-02 05:36:45 +0000 |
commit | ca4dff47aafebd275d8843ee5bd415eec2702333 (patch) | |
tree | bf68cef9eb43a2c9864f8dee873fcc7b1a4cb966 /sys/conf | |
parent | c8f82722c9a415068a219694ddfcc67ce7fa6ec6 (diff) | |
download | FreeBSD-src-ca4dff47aafebd275d8843ee5bd415eec2702333.zip FreeBSD-src-ca4dff47aafebd275d8843ee5bd415eec2702333.tar.gz |
Add initial ar9300 HAL support for the spectral scan mode.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files index 3d511db..3eb2ab5 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1058,6 +1058,8 @@ contrib/dev/ath/ath_hal/ar9300/ar9300_stub.c optional ath_hal | ath_ar9300 \ compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal" contrib/dev/ath/ath_hal/ar9300/ar9300_stub_funcs.c optional ath_hal | ath_ar9300 \ compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal" +contrib/dev/ath/ath_hal/ar9300/ar9300_spectral.c optional ath_hal | ath_ar9300 \ + compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal" contrib/dev/ath/ath_hal/ar9300/ar9300_timer.c optional ath_hal | ath_ar9300 \ compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal" contrib/dev/ath/ath_hal/ar9300/ar9300_xmit.c optional ath_hal | ath_ar9300 \ |