Searched hist:"795 f5e2ca672727a96bacf97075976cfe1249fcf" (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | calib.h | diff 795f5e2ca672727a96bacf97075976cfe1249fcf Thu Apr 15 23:39:00 CEST 2010 Luis R. Rodriguez <lrodriguez@atheros.com> ath9k_hw: split calib code by hardware families
Calibration code touches phy registers and since these change the calibration code needs to be abstracted.
Noise floor calibration is the only thing remaining but since the remaining calls only touch the AR_PHY_AGC_CONTROL register we'll just define that register conditionally, that will be done separately. The goal is to remove the dependency of ar9002_phy.h on calib.c
This also adds stubs to be filled for AR9003 calibration code.
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
|
H A D | ar9002_calib.c | 795f5e2ca672727a96bacf97075976cfe1249fcf Thu Apr 15 23:39:00 CEST 2010 Luis R. Rodriguez <lrodriguez@atheros.com> ath9k_hw: split calib code by hardware families
Calibration code touches phy registers and since these change the calibration code needs to be abstracted.
Noise floor calibration is the only thing remaining but since the remaining calls only touch the AR_PHY_AGC_CONTROL register we'll just define that register conditionally, that will be done separately. The goal is to remove the dependency of ar9002_phy.h on calib.c
This also adds stubs to be filled for AR9003 calibration code.
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
|
H A D | hw-ops.h | diff 795f5e2ca672727a96bacf97075976cfe1249fcf Thu Apr 15 23:39:00 CEST 2010 Luis R. Rodriguez <lrodriguez@atheros.com> ath9k_hw: split calib code by hardware families
Calibration code touches phy registers and since these change the calibration code needs to be abstracted.
Noise floor calibration is the only thing remaining but since the remaining calls only touch the AR_PHY_AGC_CONTROL register we'll just define that register conditionally, that will be done separately. The goal is to remove the dependency of ar9002_phy.h on calib.c
This also adds stubs to be filled for AR9003 calibration code.
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
|
H A D | Makefile | diff 795f5e2ca672727a96bacf97075976cfe1249fcf Thu Apr 15 23:39:00 CEST 2010 Luis R. Rodriguez <lrodriguez@atheros.com> ath9k_hw: split calib code by hardware families
Calibration code touches phy registers and since these change the calibration code needs to be abstracted.
Noise floor calibration is the only thing remaining but since the remaining calls only touch the AR_PHY_AGC_CONTROL register we'll just define that register conditionally, that will be done separately. The goal is to remove the dependency of ar9002_phy.h on calib.c
This also adds stubs to be filled for AR9003 calibration code.
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
|
H A D | ar9003_calib.c | 795f5e2ca672727a96bacf97075976cfe1249fcf Thu Apr 15 23:39:00 CEST 2010 Luis R. Rodriguez <lrodriguez@atheros.com> ath9k_hw: split calib code by hardware families
Calibration code touches phy registers and since these change the calibration code needs to be abstracted.
Noise floor calibration is the only thing remaining but since the remaining calls only touch the AR_PHY_AGC_CONTROL register we'll just define that register conditionally, that will be done separately. The goal is to remove the dependency of ar9002_phy.h on calib.c
This also adds stubs to be filled for AR9003 calibration code.
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
|