Xiaomi AX3600: ath11k firmware crash - qcom-q6v5-wcss-pil cd00000.q6v5_wcss: fatal error received:

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