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)
commit9e04a7eb1fdf37bc8bc0d0f59e5fb737926f0152
tree82b20fba6b69b57a848fd83e9d5c3761f9ca679e
parentac55952633c11761187d233619f0d1048154a8a5
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