rtlwifi: Add in_4way field for btcoexist

If wifi is in 4way, btcoex give wifi higher priority to use antenna.

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:
Ping-Ke Shih
2017-06-21 12:15:38 -05:00
committed by Kalle Valo
parent c76ab8e754
commit 76f146b664
2 changed files with 2 additions and 2 deletions

View File

@@ -2484,6 +2484,7 @@ struct rtl_btc_info {
u8 single_ant_path;
u8 ap_num;
bool in_4way;
};
struct bt_coexist_info {