mirror of https://gitee.com/openkylin/linux.git
b43: N-PHY: rev1: enable some gain ctl workarounds
Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
9c1f992c77
commit
8e60b04479
|
@ -1281,6 +1281,7 @@ static void b43_nphy_gain_ctrl_workarounds(struct b43_wldev *dev)
|
|||
B43_NPHY_TABLE_DATALO, tmp);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
b43_nphy_set_rf_sequence(dev, 5,
|
||||
rfseq_events, rfseq_delays, 3);
|
||||
|
@ -1292,7 +1293,6 @@ static void b43_nphy_gain_ctrl_workarounds(struct b43_wldev *dev)
|
|||
b43_phy_maskset(dev, B43_PHY_N(0xC5D),
|
||||
0xFF80, 4);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* http://bcm-v4.sipsolutions.net/802.11/PHY/N/Workarounds */
|
||||
|
|
Loading…
Reference in New Issue