]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Port over the AR9285 PA calibration and initial calibration code from
authorAdrian Chadd <adrian@FreeBSD.org>
Fri, 11 Mar 2011 11:58:54 +0000 (11:58 +0000)
committerAdrian Chadd <adrian@FreeBSD.org>
Fri, 11 Mar 2011 11:58:54 +0000 (11:58 +0000)
commit586b0ae5aa5108477d587a17ca47c9c972c8ce1e
treeec505a6efae602893beb5a054b80c390f8fae78b
parentc0b9002dcbbc62575e6e350d46037f7c86cffa2d
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
sys/conf/files
sys/dev/ath/ath_hal/ar9002/ar9285.h
sys/dev/ath/ath_hal/ar9002/ar9285_attach.c
sys/dev/ath/ath_hal/ar9002/ar9285_cal.c [new file with mode: 0644]
sys/dev/ath/ath_hal/ar9002/ar9285_cal.h [new file with mode: 0644]
sys/dev/ath/ath_hal/ar9002/ar9285phy.h [new file with mode: 0644]
sys/modules/ath/Makefile