提交 701fa113 编写于 作者: R Rafał Miłecki 提交者: John W. Linville

b43: N-PHY: fix channel switching with 2 GHz radio 0x2057

Values were written to wrong registers.
Signed-off-by: NRafał Miłecki <zajec5@gmail.com>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 3f557202
...@@ -163,12 +163,12 @@ static u16 r2057_rev9_init[][2] = { ...@@ -163,12 +163,12 @@ static u16 r2057_rev9_init[][2] = {
.radio_vcobuf_tune = r09, \ .radio_vcobuf_tune = r09, \
.radio_logen_mx2g_tune = r10, \ .radio_logen_mx2g_tune = r10, \
.radio_logen_indbuf2g_tune = r11, \ .radio_logen_indbuf2g_tune = r11, \
.radio_lna2g_tune_core0 = r12, \ .radio_txmix2g_tune_boost_pu_core0 = r12, \
.radio_txmix2g_tune_boost_pu_core0 = r13, \ .radio_pad2g_tune_pus_core0 = r13, \
.radio_pad2g_tune_pus_core0 = r14, \ .radio_lna2g_tune_core0 = r14, \
.radio_lna2g_tune_core1 = r15, \ .radio_txmix2g_tune_boost_pu_core1 = r15, \
.radio_txmix2g_tune_boost_pu_core1 = r16, \ .radio_pad2g_tune_pus_core1 = r16, \
.radio_pad2g_tune_pus_core1 = r17 .radio_lna2g_tune_core1 = r17
#define PHYREGS(r0, r1, r2, r3, r4, r5) \ #define PHYREGS(r0, r1, r2, r3, r4, r5) \
.phy_regs.phy_bw1a = r0, \ .phy_regs.phy_bw1a = r0, \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册