mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
rt2800: initialize BBP_R128 on proper subroutines
Signed-off-by: Stanislaw Gruszka <stf_xl@wp.pl> Acked-by: Helmut Schaa <helmut.schaa@googlemail.com> Acked-by: Gertjan van Wingerde <gwingerde@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
46b90d3216
commit
f2b6777cb6
@ -4108,6 +4108,8 @@ static void rt2800_init_bbp_3290(struct rt2x00_dev *rt2x00dev)
|
|||||||
rt2800_bbp_write(rt2x00dev, 105, 0x1c);
|
rt2800_bbp_write(rt2x00dev, 105, 0x1c);
|
||||||
|
|
||||||
rt2800_bbp_write(rt2x00dev, 106, 0x03);
|
rt2800_bbp_write(rt2x00dev, 106, 0x03);
|
||||||
|
|
||||||
|
rt2800_bbp_write(rt2x00dev, 128, 0x12);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void rt2800_init_bbp_3352(struct rt2x00_dev *rt2x00dev)
|
static void rt2800_init_bbp_3352(struct rt2x00_dev *rt2x00dev)
|
||||||
@ -4289,6 +4291,8 @@ static void rt2800_init_bbp_53xx(struct rt2x00_dev *rt2x00dev)
|
|||||||
rt2800_bbp_write(rt2x00dev, 106, 0x12);
|
rt2800_bbp_write(rt2x00dev, 106, 0x12);
|
||||||
else
|
else
|
||||||
WARN_ON(1);
|
WARN_ON(1);
|
||||||
|
|
||||||
|
rt2800_bbp_write(rt2x00dev, 128, 0x12);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void rt2800_init_bbp_5592(struct rt2x00_dev *rt2x00dev)
|
static void rt2800_init_bbp_5592(struct rt2x00_dev *rt2x00dev)
|
||||||
@ -4407,11 +4411,6 @@ static void rt2800_init_bbp(struct rt2x00_dev *rt2x00dev)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (rt2x00_rt(rt2x00dev, RT3290) ||
|
|
||||||
rt2x00_rt(rt2x00dev, RT5390) ||
|
|
||||||
rt2x00_rt(rt2x00dev, RT5392))
|
|
||||||
rt2800_bbp_write(rt2x00dev, 128, 0x12);
|
|
||||||
|
|
||||||
if (rt2x00_rt(rt2x00dev, RT5392)) {
|
if (rt2x00_rt(rt2x00dev, RT5392)) {
|
||||||
rt2800_bbp_write(rt2x00dev, 134, 0xd0);
|
rt2800_bbp_write(rt2x00dev, 134, 0xd0);
|
||||||
rt2800_bbp_write(rt2x00dev, 135, 0xf6);
|
rt2800_bbp_write(rt2x00dev, 135, 0xf6);
|
||||||
|
Loading…
Reference in New Issue
Block a user