]> git.baikalelectronics.ru Git - kernel.git/commit
ath5k: move noise floor calibration into tasklet
authorBruno Randolf <br1@einfach.org>
Wed, 19 May 2010 01:31:00 +0000 (10:31 +0900)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 2 Jun 2010 20:13:22 +0000 (16:13 -0400)
commit35f0879d6e80cbb78b3bed283a6982813eacedad
tree82b20fba6b69b57a848fd83e9d5c3761f9ca679e
parent560b1239d6765ba5b8f5a970990f689bc3c720e3
ath5k: move noise floor calibration into tasklet

Seperate noise floor calibration from other PHY calibration and move it to the
tasklet. This is the first step to more separation of different calibrations.

Also move out ath5k_hw_request_rfgain_probe(ah) so we have one clean function
for I/Q calibration on 5111x parts.

Signed-off-by: Bruno Randolf <br1@einfach.org>
Acked-by: Nick Kossifidis <mickflemm@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath5k/ath5k.h
drivers/net/wireless/ath/ath5k/base.c
drivers/net/wireless/ath/ath5k/phy.c