2020-05-18 08:15:59

by Tony Chuang

[permalink] [raw]
Subject: [PATCH 0/3] rtw88: 8723d: follow up fixes

From: Yan-Hsuan Chuang <[email protected]>

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.

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 | 16 ++++++++++++++
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, 46 insertions(+), 9 deletions(-)

--
2.17.1


2020-05-22 02:18:36

by You-Sheng Yang

[permalink] [raw]
Subject: Re: [PATCH 0/3] rtw88: 8723d: follow up fixes

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.

Tested-by: You-Sheng Yang <[email protected]>

On 2020-05-18 16:14, [email protected] wrote:
> From: Yan-Hsuan Chuang <[email protected]>
>
> 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.
>
> 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 | 16 ++++++++++++++
> 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, 46 insertions(+), 9 deletions(-)
>


Attachments:
signature.asc (499.00 B)
OpenPGP digital signature
Subject: Re: [PATCH 0/3] rtw88: 8723d: follow up fixes

On 2020-05-18 16:14:41 [+0800], [email protected] wrote:
> From: Yan-Hsuan Chuang <[email protected]>
>
> 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.

Minor rewording in 3/3, otherwise looks good.

Sebastian

2020-05-29 02:24:25

by Tony Chuang

[permalink] [raw]
Subject: RE: [PATCH 0/3] rtw88: 8723d: follow up fixes


> On 2020-05-18 16:14:41 [+0800], [email protected] wrote:
> > From: Yan-Hsuan Chuang <[email protected]>
> >
> > 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.
>
> Minor rewording in 3/3, otherwise looks good.
>
> Sebastian
>

Thanks. I will improve the wording in v2.

Yan-Hsuan