mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-23 01:32:46 +07:00
rtl8xxxu: Do LC calibration before IQK calibration
This matches the flow of the vendor driver for newer hardware, and doesn't seem to cause issues for the older parts. Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
0d698dec06
commit
fa0f2d481d
@ -5803,6 +5803,8 @@ static int rtl8xxxu_init_device(struct ieee80211_hw *hw)
|
||||
|
||||
rtl8xxxu_write16(priv, REG_FAST_EDCA_CTRL, 0);
|
||||
|
||||
rtl8723a_phy_lc_calibrate(priv);
|
||||
|
||||
priv->fops->phy_iq_calibrate(priv);
|
||||
|
||||
/*
|
||||
@ -5810,8 +5812,6 @@ static int rtl8xxxu_init_device(struct ieee80211_hw *hw)
|
||||
*/
|
||||
rtl8xxxu_write_rfreg(priv, RF_A, RF6052_REG_T_METER, 0x60);
|
||||
|
||||
rtl8723a_phy_lc_calibrate(priv);
|
||||
|
||||
/* Init BT hw config. */
|
||||
rtl8xxxu_init_bt(priv);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user