commit | d12c5c53ce4c8c65c694d1103673182ef5afdc65 | [log] [tgz] |
---|---|---|
author | Nick Kossifidis <mickflemm@gmail.com> | Sun Aug 05 22:35:33 2012 +0300 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Aug 10 15:26:55 2012 -0400 |
tree | b2fad80498e5542de304395fd0ed86be55a41d85 | |
parent | 94f3457f4da43a44f17789f3e0bc8fb2ee9593ca [diff] |
ath5k: Use correct value for min_pwr and cur_pwr Make sure we don't store the table offsets for min and cur power levels, store the 0.25dB values instead. This way we don't clamp the tx power level to max (because now cur_pwr holds the 0.25dB value, not the table offset) after re-using cur_pwr on reset. Signed-off-by: Nick Kossifidis <mickflemm@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>