From: Wey-Yi Guy Date: Fri, 13 Nov 2009 19:56:30 +0000 (-0800) Subject: iwlwifi: eliminate the possible 1/2 dBm tx power loss in 6x00 & 6x50 series X-Git-Tag: v2.6.33-rc1~388^2~214^2~93 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae16fc3c3184bf27f0462e1951df918122498829;p=pandora-kernel.git iwlwifi: eliminate the possible 1/2 dBm tx power loss in 6x00 & 6x50 series In both 6x00 and 6x50 series, the enhanced/extended tx power table in EEPROM is used to set the max. tx power limit. This new tx power table is in 1/2 dBm format, which creates an issue of possibility of 1/2 dBm loss when driver set the tx power limit; because of driver keep track and report the tx power in dBm format. In order to prevent the 1/2 dBm loss, keep track of the true max tx power in 1/2 dBm format in driver; do the comparison and adjust the tx power if needed when send tx power command to uCode. Signed-off-by: Wey-Yi Guy Signed-off-by: Reinette Chatre Signed-off-by: John W. Linville --- Reading git-diff-tree failed