rt2800: correct BBP1_TX_POWER_CTRL mask
authorStanislaw Gruszka <sgruszka@redhat.com>
Wed, 24 Sep 2014 09:24:54 +0000 (11:24 +0200)
committerBen Hutchings <ben@decadent.org.uk>
Sun, 14 Dec 2014 16:23:45 +0000 (16:23 +0000)
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: Ben Hutchings <ben@decadent.org.uk>
drivers/net/wireless/rt2x00/rt2800.h

index 4778620..5396e3b 100644 (file)
@@ -1737,7 +1737,7 @@ struct mac_iveiv_entry {
  * 2 - drop tx power by 12dBm,
  * 3 - increase tx power by 6dBm
  */
  * 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)
 
 /*
 #define BBP1_TX_ANTENNA                        FIELD8(0x18)
 
 /*