Message ID | 20200529025009.2468-1-yhchuang@realtek.com (mailing list archive) |
---|---|
Headers | show |
Series | rtw88: 8723d: follow up fixes | expand |
On 2020-05-29 10:50:06 [+0800], yhchuang@realtek.com wrote: > From: Yan-Hsuan Chuang <yhchuang@realtek.com> > > The RTL8723DE devices have been tested by Canonical for the coex > and basic wifi functions. And they have reported some issues for > RTL8723DE. Fix them accordingly. Looks good, Acked-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Sebastian
From: Yan-Hsuan Chuang <yhchuang@realtek.com> The RTL8723DE devices have been tested by Canonical for the coex and basic wifi functions. And they have reported some issues for RTL8723DE. Fix them accordingly. From You-Sheng Yang <vicamo.yang@canonical.com>: This works for me by following verification steps: 1. pair with one Bluetooth headset, 2. connect to some WLAN 3. run `nmcli d disconnect $ifname`, `nmcli d connect $ifname` interactively with time intervals for 100 runs. 4. wireless interface is still alive without that "deauthenticated (Reason: 23=IEEE8021X_FAILED)" error. v1 -> v2 * rewording Ping-Ke Shih (3): rtw88: coex: 8723d: set antanna control owner rtw88: coex: 8723d: handle BT inquiry cases rtw88: fix EAPOL 4-way failure by finish IQK earlier drivers/net/wireless/realtek/rtw88/coex.c | 21 ++++++++++++++----- drivers/net/wireless/realtek/rtw88/mac80211.c | 3 +-- drivers/net/wireless/realtek/rtw88/main.c | 17 +++++++++++++++ drivers/net/wireless/realtek/rtw88/main.h | 4 ++++ drivers/net/wireless/realtek/rtw88/rtw8723d.c | 10 +++++++-- drivers/net/wireless/realtek/rtw88/rtw8723d.h | 1 + 6 files changed, 47 insertions(+), 9 deletions(-)