On 2020-08-21 10:45, Wen Gong wrote:
...
I have 2 cmd, each one can reproduce the hang.
echo soft >
/sys/kernel/debug/ieee80211/phy0/ath10k/simulate_fw_crash;sleep
0.05;ifconfig wlan0 down
echo soft >
/sys/kernel/debug/ieee80211/phy0/ath10k/simulate_fw_crash;rmmod
ath10k_sdio
and with the my patch, it fix the hang. Change of my patch is similar
with your
patch(https://patchwork.kernel.org/patch/10249365/), so it should also
fix the hang with your patch.
I have sent v2: https://patchwork.kernel.org/patch/11732165/