commit | 1782352d4908c79d195b43e0c1b6b109e0d93d05 | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Mon Dec 13 08:40:53 2010 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Dec 13 15:23:33 2010 -0500 |
tree | feff3bddf7f505efa006d9a9892ab90f35c8b874 | |
parent | 7607cbe2ad6931400c5d15ced342ab329ab8f92c [diff] |
ath9k_hw: fix the PA predistortion rate mask The EEPROM PAPRD rate mask fields only contain mask values for actual rates in the low 25 bits. The upper bits are reserved for tx power scale values. Add the proper mask definitions and use them before writing the values to the register. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>