File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
drivers/net/wireless/realtek/rtlwifi/btcoexist Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -600,6 +600,7 @@ bool halbtc_is_wifi_uplink(struct rtl_priv *adapter);
600
600
extern struct btc_coexist gl_bt_coexist ;
601
601
602
602
bool exhalbtc_initlize_variables (void );
603
+ bool exhalbtc_bind_bt_coex_withadapter (void * adapter );
603
604
void exhalbtc_init_hw_config (struct btc_coexist * btcoexist );
604
605
void exhalbtc_init_coex_dm (struct btc_coexist * btcoexist );
605
606
void exhalbtc_ips_notify (struct btc_coexist * btcoexist , u8 type );
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ static struct rtl_btc_ops rtl_btc_operation = {
50
50
void rtl_btc_init_variables (struct rtl_priv * rtlpriv )
51
51
{
52
52
exhalbtc_initlize_variables ();
53
+ exhalbtc_bind_bt_coex_withadapter (rtlpriv );
53
54
}
54
55
55
56
void rtl_btc_init_hal_vars (struct rtl_priv * rtlpriv )
You can’t perform that action at this time.
0 commit comments