Date: Wed, 1 Jun 2011 20:01:02 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/ath/ath_hal ah.c ah.h ah_desc.h ah_internal.h src/sys/dev/ath/ath_hal/ar5212 ar5212.h ar5212_attach.c ar5212_misc.c src/sys/dev/ath/ath_hal/ar5416 ar5416.h ar5416_attach.c ar5416_misc.c ar5416phy.h ... Message-ID: <201106012001.p51K1BJI058454@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
adrian 2011-06-01 20:01:02 UTC FreeBSD src repository Modified files: sys/dev/ath/ath_hal ah.c ah.h ah_desc.h ah_internal.h sys/dev/ath/ath_hal/ar5212 ar5212.h ar5212_attach.c ar5212_misc.c sys/dev/ath/ath_hal/ar5416 ar5416.h ar5416_attach.c ar5416_misc.c ar5416phy.h sys/dev/ath/ath_hal/ar9001 ar9130_attach.c ar9160_attach.c sys/dev/ath/ath_hal/ar9002 ar9280_attach.c ar9285_attach.c ar9287_attach.c Log: SVN rev 222584 on 2011-06-01 20:01:02Z by adrian Add some missing DFS chipset functionality to the FreeBSD HAL. Please note - this doesn't in any way constitute a full DFS implementation, it merely adds the relevant capability bits and radar detection threshold register access. The particulars: * Add new capability bits outlining what the DFS capabilities are of the various chipsets. * Add HAL methods to set and get the radar related register values. * Add AR5212 and AR5416+ DFS radar related register value routines. * Add a missing HAL phy error code that's related to radar event processing. * Add HAL_PHYERR_PARAM, a data type that encapsulates the radar register values. The AR5212 routines are just for completeness. The AR5416 routines are a super-set of those; I may later on do a drive-by pass to tidy up duplicate code. Obtained from: Linux, Atheros Revision Changes Path 1.34 +6 -0 src/sys/dev/ath/ath_hal/ah.c 1.36 +38 -0 src/sys/dev/ath/ath_hal/ah.h 1.4 +2 -1 src/sys/dev/ath/ath_hal/ah_desc.h 1.40 +2 -0 src/sys/dev/ath/ath_hal/ah_internal.h 1.14 +2 -0 src/sys/dev/ath/ath_hal/ar5212/ar5212.h 1.17 +4 -0 src/sys/dev/ath/ath_hal/ar5212/ar5212_attach.c 1.14 +51 -0 src/sys/dev/ath/ath_hal/ar5212/ar5212_misc.c 1.37 +2 -0 src/sys/dev/ath/ath_hal/ar5416/ar5416.h 1.41 +5 -0 src/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c 1.15 +103 -0 src/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c 1.10 +19 -0 src/sys/dev/ath/ath_hal/ar5416/ar5416phy.h 1.4 +1 -0 src/sys/dev/ath/ath_hal/ar9001/ar9130_attach.c 1.10 +1 -0 src/sys/dev/ath/ath_hal/ar9001/ar9160_attach.c 1.23 +2 -0 src/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c 1.22 +1 -0 src/sys/dev/ath/ath_hal/ar9002/ar9285_attach.c 1.4 +3 -0 src/sys/dev/ath/ath_hal/ar9002/ar9287_attach.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106012001.p51K1BJI058454>