rtlwifi: btcoex: rtl8723be: fix ant_sel not work
To make ant_sel work, we should call power_on_setting to set antenna correctly. Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Cc: Yan-Hsuan Chuang <yhchuang@realtek.com> Cc: Birming Chiu <birming@realtek.com> Cc: Shaofu <shaofu@realtek.com> Cc: Steven Ting <steventing@realtek.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
43f5644a90
commit
f95d95a7cd
@ -846,6 +846,9 @@ static bool _rtl8723be_init_mac(struct ieee80211_hw *hw)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (rtlpriv->cfg->ops->get_btc_status())
|
||||||
|
rtlpriv->btcoexist.btc_ops->btc_power_on_setting(rtlpriv);
|
||||||
|
|
||||||
bytetmp = rtl_read_byte(rtlpriv, REG_MULTI_FUNC_CTRL);
|
bytetmp = rtl_read_byte(rtlpriv, REG_MULTI_FUNC_CTRL);
|
||||||
rtl_write_byte(rtlpriv, REG_MULTI_FUNC_CTRL, bytetmp | BIT(3));
|
rtl_write_byte(rtlpriv, REG_MULTI_FUNC_CTRL, bytetmp | BIT(3));
|
||||||
|
|
||||||
|
@ -2534,6 +2534,7 @@ struct bt_coexist_info {
|
|||||||
struct rtl_btc_ops {
|
struct rtl_btc_ops {
|
||||||
void (*btc_init_variables) (struct rtl_priv *rtlpriv);
|
void (*btc_init_variables) (struct rtl_priv *rtlpriv);
|
||||||
void (*btc_init_hal_vars) (struct rtl_priv *rtlpriv);
|
void (*btc_init_hal_vars) (struct rtl_priv *rtlpriv);
|
||||||
|
void (*btc_power_on_setting)(struct rtl_priv *rtlpriv);
|
||||||
void (*btc_init_hw_config) (struct rtl_priv *rtlpriv);
|
void (*btc_init_hw_config) (struct rtl_priv *rtlpriv);
|
||||||
void (*btc_ips_notify) (struct rtl_priv *rtlpriv, u8 type);
|
void (*btc_ips_notify) (struct rtl_priv *rtlpriv, u8 type);
|
||||||
void (*btc_lps_notify)(struct rtl_priv *rtlpriv, u8 type);
|
void (*btc_lps_notify)(struct rtl_priv *rtlpriv, u8 type);
|
||||||
|
Loading…
Reference in New Issue
Block a user