ath,ar9170: implemented conformance test limit calc. for tx power
authorJoerg Albert <jal2@gmx.de>
Sat, 5 Sep 2009 14:07:47 +0000 (16:07 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 8 Sep 2009 20:31:10 +0000 (16:31 -0400)
commitfea6734a0e444c31c99a1271154bb0281d7908d8
treeaa6af0ecb5ddafd7ac35e3f70e11d11c83edcd83
parent7f42c37aa676825fea329a7bec2fefe51033b3e9
ath,ar9170: implemented conformance test limit calc. for tx power

apply the conformance test limits (CTL) stored in the eeprom upon
the values calculated for the tx power (ar->power_*).

This is based on the implementation in the vendor driver
(hal/hpmain.c, line 3700 ff.) with one difference:
If any ctl mode isn't found in the eeprom, we fall back to the "lower",
legacy modes (5GHT20,11A or 2GHT20,11G,11B). Otus only did 5GHT20->11A.

Currently CTL are applied for the FCC group only.

Signed-off-by: Joerg Albert <jal2@gmx.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ar9170/phy.c