Hi, when using my system I notice a high ping spike whenever a roam-scan occurs. This is not the case when I try to use Ethernet/USB Tethering. Running CachyOS with NetworkManager + iwd, this keeps appearing on my journal: iwd[741]: event: roam-scan I have tried to lock the BSSID but it still scans for some reason. I have also tried to disable the power saving stuff, but it still doesn't work: 1. NetworkManager configuration (wifi.powersave = 2) 2. iw with an udev rule (ACTION=="add", SUBSYSTEM=="net", KERNEL=="wl*", RUN+="/usr/bin/iw dev $name set power_save off") 3. Kernel parameters (rtw89_pci.disable_clkreq=y rtw89_pci.disable_aspm_l1=y rtw89_pci.disable_aspm_l1ss=y) Device info: uname -r 6.15.0-2-cachyos lspci | awk '/[Nn]et/ {print $1}' | xargs -i% lspci -ks % 09:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8852CE PCIe 802.11ax Wireless Network Controller (rev 01) Subsystem: Realtek Semiconductor Co., Ltd. RTL8852CE PCIe 802.11ax Wireless Network Controller Kernel driver in use: rtw89_8852ce Kernel modules: rtw89_8852ce This has been bothering me for a while now, thank you in advance for your help! Would be more than willing to provide more informations, I am still new to Linux.