mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
rt2800: correct BBP1_TX_POWER_CTRL mask
commit 01f7feeaf4
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: Zefan Li <lizefan@huawei.com>
This commit is contained in:
parent
9fa2377fcc
commit
bbb7a273be
1 changed files with 1 additions and 1 deletions
|
@ -1751,7 +1751,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)
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue