rtlwifi: rtl8723be: btcoexist: Add single_ant_path
Some devices with RTL8732BE wifi/Bluetooth adapters are shipped with only a single antenna. On a subset of these, the EEPROM is incorectly coded to indicate the wrong connection. The resulting problems have been fixed for wifi. This change handles them for BT. Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
@@ -2657,6 +2657,7 @@ void rtl8723be_read_bt_coexist_info_from_hwpg(struct ieee80211_hw *hw,
|
||||
rtlpriv->btcoexist.btc_info.btcoexist = 0;
|
||||
rtlpriv->btcoexist.btc_info.bt_type = BT_RTL8723B;
|
||||
rtlpriv->btcoexist.btc_info.ant_num = ANT_X2;
|
||||
rtlpriv->btcoexist.btc_info.single_ant_path = 0;
|
||||
}
|
||||
|
||||
/* override ant_num / ant_path */
|
||||
|
Reference in New Issue
Block a user