[rt2x00-users] [PATCH 4/5] rt2x00: Implement tx power temperature compensation
Ivo Van Doorn
ivdoorn at gmail.com
Sun Mar 13 04:42:21 EST 2011
Hi,
> 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.
Why once every 4 seconds and a new callback function?
Can't we handle this from the link_tuner? If we don't need
to run it every second, we already provide an interface to
limit the number of times some code is run (see the count
argument to the link_tuner).
Ivo
More information about the users
mailing list