Bluetooth Audio interfering with WiFi?
Solution 1:
Bluetooth works on the same 2.4 GHz freq as Wi-Fi.
BT coexistence is bad in iwlwifi, but enabled by default.
Run
sudo tee /etc/modprobe.d/iwlwifi-opt.conf <<< "options iwlwifi bt_coex_active=N"
and reboot.