]> git.hungrycats.org Git - linux/commitdiff
rt2800: correct BBP1_TX_POWER_CTRL mask
authorStanislaw Gruszka <sgruszka@redhat.com>
Wed, 24 Sep 2014 09:24:54 +0000 (11:24 +0200)
committerJiri Slaby <jslaby@suse.cz>
Fri, 31 Oct 2014 14:11:22 +0000 (15:11 +0100)
commit 01f7feeaf4528bec83798316b3c811701bac5d3e upstream.

Two bits control TX power on BBP_R1 register. Correct the mask,
otherwise we clear additional bit on BBP_R1 register, what can have
unknown, possible negative effect.

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
drivers/net/wireless/rt2x00/rt2800.h

index e3eb95292a7f42c01042c7ab7352d5d3784baba0..bc82d55d77c03185d51f2e8b96589b4086c5ae8c 100644 (file)
@@ -2041,7 +2041,7 @@ struct mac_iveiv_entry {
  * 2 - drop tx power by 12dBm,
  * 3 - increase tx power by 6dBm
  */
-#define BBP1_TX_POWER_CTRL             FIELD8(0x07)
+#define BBP1_TX_POWER_CTRL             FIELD8(0x03)
 #define BBP1_TX_ANTENNA                        FIELD8(0x18)
 
 /*