From: Helmut Schaa Date: Mon, 28 Mar 2011 11:33:40 +0000 (+0200) Subject: rt2x00: Implement tx power temperature compensation X-Git-Tag: v3.0-rc1~377^2~437^2^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e33a3553821418b2c4f53d09311476c55176b13;p=pandora-kernel.git rt2x00: Implement tx power temperature compensation rt2800 devices should adjust their tx power in accordance with the eeproms temperature calibration values. Add a new driver callback gain_calibration that is called every 4 seconds. The rt2800 gain calibration routine simply runs the tx power configuration that takes care of calculating the temperature compensation delta. We don't need to synchronize the calls to rt2800_config_txpower as they should all happen from mac80211's single threaded workqueue. Signed-off-by: Helmut Schaa Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed