Again, a crash on the recent firmware from recent snapshot of yesterday.
Is there a way to restart ath11k without reboot from CLI? I am currently this watchcat user script to reboot in case a ping to an always-on WiFi devices fails:
/root/watchcat.user.sh
#!/bin/sh logread | grep "qcom-q6v5-wcss-pil .* fatal error received" && reboot exit 0