Bug 218955
Summary: | ath12k: High bandwidth usage causes driver freeze, when attempting to disable/enable Wi-Fi kernel hangs | ||
---|---|---|---|
Product: | Drivers | Reporter: | Ethan (ethan.a.obrien) |
Component: | network-wireless | Assignee: | networking_wireless (networking_wireless) |
Status: | NEW --- | ||
Severity: | normal | CC: | anonymix777, greyxor |
Priority: | P3 | ||
Hardware: | Intel | ||
OS: | Linux | ||
Kernel Version: | 6.10-rc3 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | Compressed journalctl logs from relevant boots |
Description
Ethan
2024-06-11 22:20:23 UTC
I experience the same issue: whenever I upload more than ~5MB/s contiuously (more than 10 seconds), ath12k driver and Linux system completely freeze. Dosn't happen with high speed download, only upload. Wifi chipset: wcn7850 hw2.0 (QC_IMAGE_VERSION_STRING=WLAN.HMT.1.0.c5-00481-QCAHMTSWPL_V1.0_V2.0_SILICONZ-3) OS: Arch Linux mainline (6.10.0-rc5) compiled 26 june 2024. Laptop : Framework 13 AMD Ryzen 7 7840U (bios 3.05) This patch seems to fix it: https://lore.kernel.org/ath12k/20240715023814.20242-1-quic_bqiang@quicinc.com/T/#u With it applied on top of 6.10 I was able to upload 2.8 GiB file. It definitely would've freezed by that time on 6.10-rc3 without the patch. It didn't apply to 6.10, so had to rebase it: https://paste.debian.net/1323347/ |