|
@@ -2696,9 +2696,13 @@ void rtl8723be_read_bt_coexist_info_from_hwpg(struct ieee80211_hw *hw,
|
|
}
|
|
}
|
|
|
|
|
|
/* override ant_num / ant_path */
|
|
/* override ant_num / ant_path */
|
|
- if (mod_params->ant_sel)
|
|
|
|
|
|
+ if (mod_params->ant_sel) {
|
|
rtlpriv->btcoexist.btc_info.ant_num =
|
|
rtlpriv->btcoexist.btc_info.ant_num =
|
|
(mod_params->ant_sel == 1 ? ANT_X2 : ANT_X1);
|
|
(mod_params->ant_sel == 1 ? ANT_X2 : ANT_X1);
|
|
|
|
+
|
|
|
|
+ rtlpriv->btcoexist.btc_info.single_ant_path =
|
|
|
|
+ (mod_params->ant_sel == 1 ? 0 : 1);
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
void rtl8723be_bt_reg_init(struct ieee80211_hw *hw)
|
|
void rtl8723be_bt_reg_init(struct ieee80211_hw *hw)
|