mirror of https://gitee.com/openkylin/linux.git
rt2800: move initialization of BBP_95 & BBP_98 to 53xx subroutine
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
b4e121d1d2
commit
90fed53561
|
@ -4215,6 +4215,11 @@ static void rt2800_init_bbp_53xx(struct rt2x00_dev *rt2x00dev)
|
|||
rt2800_bbp_write(rt2x00dev, 91, 0x04);
|
||||
|
||||
rt2800_bbp_write(rt2x00dev, 92, 0x02);
|
||||
|
||||
if (rt2x00_rt(rt2x00dev, RT5392)) {
|
||||
rt2800_bbp_write(rt2x00dev, 95, 0x9a);
|
||||
rt2800_bbp_write(rt2x00dev, 98, 0x12);
|
||||
}
|
||||
}
|
||||
|
||||
static void rt2800_init_bbp_5592(struct rt2x00_dev *rt2x00dev)
|
||||
|
@ -4333,11 +4338,6 @@ static void rt2800_init_bbp(struct rt2x00_dev *rt2x00dev)
|
|||
return;
|
||||
}
|
||||
|
||||
if (rt2x00_rt(rt2x00dev, RT5392)) {
|
||||
rt2800_bbp_write(rt2x00dev, 95, 0x9a);
|
||||
rt2800_bbp_write(rt2x00dev, 98, 0x12);
|
||||
}
|
||||
|
||||
if (rt2x00_rt_rev_gte(rt2x00dev, RT3070, REV_RT3070F) ||
|
||||
rt2x00_rt_rev_gte(rt2x00dev, RT3071, REV_RT3071E) ||
|
||||
rt2x00_rt_rev_gte(rt2x00dev, RT3090, REV_RT3090E) ||
|
||||
|
|
Loading…
Reference in New Issue