mbox series

[0/3] rtw88: 8723d: follow up fixes

Message ID 20200518081444.7664-1-yhchuang@realtek.com (mailing list archive)
Headers show
Series rtw88: 8723d: follow up fixes | expand

Message

Tony Chuang May 18, 2020, 8:14 a.m. UTC
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.

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(-)

Comments

You-Sheng Yang May 22, 2020, 2:14 a.m. UTC | #1
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 <vicamo.yang@canonical.com>

On 2020-05-18 16:14, 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.
> 
> 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(-)
>
Sebastian Andrzej Siewior May 28, 2020, 2:21 p.m. UTC | #2
On 2020-05-18 16:14:41 [+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.

Minor rewording in 3/3, otherwise looks good.

Sebastian
Tony Chuang May 29, 2020, 2:23 a.m. UTC | #3
> On 2020-05-18 16:14:41 [+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.
> 
> Minor rewording in 3/3, otherwise looks good.
> 
> Sebastian
> 

Thanks. I will improve the wording in v2.

Yan-Hsuan