WiFi rtw_8821au dies periodically

I have

$ sudo inxi -nxxx
Network:
---8<---
  Device-3: TP-Link AC600 wireless Realtek RTL8811AU [Archer T2U Nano]
    driver: rtw_8821au type: USB rev: 2.1 speed: 480 Mb/s lanes: 1 bus-ID: 1-2:3
    chip-ID: 2357:011e class-ID: 0000 serial: 00e04c000001
  IF: wlp0s20u2 state: down mac: aa:4f:ec:c1:7c:b4
---8<---

I used sunwire/dkms-8821au before kernel 6.13
sunwire/dkms-8821au Copr
and WiFi works fine, without failures.

Now my driver id rtw_8821au from

$ uname -r
6.13.6-200.fc41.x86_64

and my wifi dies periodically
time to death varies from 30 minutes to 10 hours
after the wifi died
my wlp0s20u2 state = DOWN

$ ip link show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp2s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000
    link/ether 5c:f9:dd:45:27:08 brd ff:ff:ff:ff:ff:ff
3: wlp1s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DORMANT group default qlen 1000
    link/ether 60:36:dd:08:71:18 brd ff:ff:ff:ff:ff:ff
4: wlp0s20u2: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN mode DORMANT group default qlen 1000
    link/ether aa:4f:ec:c1:7c:b4 brd ff:ff:ff:ff:ff:ff permaddr 28:ee:52:13:c2:92

solution =
unplug the USB adapter and plug it back in

journalctl says:

$ journalctl -b -g rtw_8821au
Mar 18 15:53:14 DELLV kernel: rtw_8821au 1-2:1.0: Firmware version 42.4.0, H2C version 0
Mar 18 15:53:15 DELLV kernel: usbcore: registered new interface driver rtw_8821au
Mar 18 15:53:15 DELLV kernel: rtw_8821au 1-2:1.0 wlp0s20u2: renamed from wlan0
Mar 18 15:53:17 DELLV NetworkManager[1373]: <info>  [1742305997.7346] rfkill2: found Wi-Fi radio killswitch (at /sys/devices/pci000>
Mar 18 16:44:20 DELLV kernel: rtw_8821au 1-2:1.0: failed to get tx report from firmware
Mar 18 16:44:22 DELLV kernel: rtw_8821au 1-2:1.0: failed to get tx report from firmware
Mar 18 16:44:24 DELLV kernel: rtw_8821au 1-2:1.0: failed to get tx report from firmware
Mar 18 16:44:26 DELLV kernel: rtw_8821au 1-2:1.0: failed to get tx report from firmware
Mar 18 16:44:28 DELLV kernel: rtw_8821au 1-2:1.0: failed to get tx report from firmware
Mar 18 16:44:34 DELLV kernel: rtw_8821au 1-2:1.0: failed to get tx report from firmware
Mar 18 16:44:34 DELLV kernel: rtw_8821au 1-2:1.0: failed to get tx report from firmware
Mar 18 16:44:35 DELLV kernel: rtw_8821au 1-2:1.0: failed to get tx report from firmware

$ journalctl -b -g wpa_supplicant --no-pager
Mar 18 15:53:18 DELLV systemd[1]: Starting wpa_supplicant.service - WPA supplicant...
Mar 18 15:53:18 DELLV wpa_supplicant[1439]: Successfully initialized wpa_supplicant
Mar 18 15:53:18 DELLV audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'                              
Mar 18 15:53:18 DELLV systemd[1]: Started wpa_supplicant.service - WPA supplicant.
Mar 18 15:53:19 DELLV wpa_supplicant[1439]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
Mar 18 15:53:19 DELLV wpa_supplicant[1439]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed

Any thoughts?

Thanx.