Date: Fri, 11 Mar 2011 11:58:54 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/conf files src/sys/dev/ath/ath_hal/ar9002 ar9285.h ar9285_attach.c ar9285_cal.c ar9285_cal.h ar9285phy.h src/sys/modules/ath Makefile Message-ID: <201103111159.p2BBxKVc072543@repoman.freebsd.org>
index | next in thread | raw e-mail
adrian 2011-03-11 11:58:54 UTC
FreeBSD src repository
Modified files:
sys/conf files
sys/dev/ath/ath_hal/ar9002 ar9285.h ar9285_attach.c
sys/modules/ath Makefile
Added files:
sys/dev/ath/ath_hal/ar9002 ar9285_cal.c ar9285_cal.h
ar9285phy.h
Log:
SVN rev 219481 on 2011-03-11 11:58:54Z by adrian
Port over the AR9285 PA calibration and initial calibration code from
Linux ath9k.
The ath9k ar9002_hw_init_cal() isn't entirely clear about what
is supposed to be called for what chipsets, so I'm ignoring the
rest of it and just porting the AR9285 init cal path as-is and
leaving the rest alone. Subsequent commits may also tidy up the
Merlin (AR9285) and other chipset support.
Obtained from: Linux ath9k
Revision Changes Path
1.1572 +2 -0 src/sys/conf/files
1.3 +6 -0 src/sys/dev/ath/ath_hal/ar9002/ar9285.h
1.10 +6 -0 src/sys/dev/ath/ath_hal/ar9002/ar9285_attach.c
1.1 +269 -0 src/sys/dev/ath/ath_hal/ar9002/ar9285_cal.c (new)
1.1 +34 -0 src/sys/dev/ath/ath_hal/ar9002/ar9285_cal.h (new)
1.1 +130 -0 src/sys/dev/ath/ath_hal/ar9002/ar9285phy.h (new)
1.21 +1 -1 src/sys/modules/ath/Makefile
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103111159.p2BBxKVc072543>
