From: Matteo Croce Date: Fri, 3 Dec 2010 01:25:08 +0000 (+0100) Subject: ath9k: fix bug in tx power X-Git-Tag: v2.6.37-rc6~14^2~14^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=841051602e3fa18ea468fe5a177aa92b6eb44b56;p=pandora-kernel.git ath9k: fix bug in tx power The ath9k driver subtracts 3 dBm to the txpower as with two radios the signal power is doubled. The resulting value is assigned in an u16 which overflows and makes the card work at full power. Cc: stable@kernel.org Signed-off-by: Matteo Croce Signed-off-by: John W. Linville --- Reading git-diff-tree failed