echo "options rtw89_pci disable_aspm_l1=Y disable_aspm_l1ss=Y" > etc/modprobe.d/rtw89.conf
if this does not help, put
#!/bin/sh
if [ "${1}" == "pre" ]; then
modprobe -rv rtw_8852ae
elif [ "${1}" == "post" ]; then
modprobe -v rtw_8852ae
fi
in /lib/systemd/system-sleep/resume_rtw89.sh + chmod +x /lib/systemd/system-sleep/resume_rtw89.sh