Re: ath10k driver crashing occasionally on dell xps laptop with QCA6174 802.11ac adapter

2024-03-05 Thread Andrea Pierré
Hello, I believe I have a similar issue on openSUSE Tumbleweed on a DELL XPS 13 7390 with a Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter: the Wi-Fi connection stays connected to the router but internet access drops randomly, and I have to manually restart NetworkManager to get it

Re: [PATCH 1/2] dt-bindings: net: wireless: ath10k: add qcom,no-msa-ready-indicator prop

2024-03-05 Thread Kalle Valo
Marc Gonzalez writes: > On 05/03/2024 15:31, Kalle Valo wrote: > >> Thanks, this is exactly what I'm proposing. > > With your suggestions, the patch becomes much simpler: Nice, looks good to me. > I need to build a kernel + rootfs + FW to test the proposed solution, > then I can spin a formal s

Re: pull-request: ath-next-20240305

2024-03-05 Thread Kalle Valo
00) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git > tags/ath-next-20240305 > > for you to fetch changes up to 776c9c93bb0511d04e6222546499e5ea20ad51b0: > > wifi: ath12

pull-request: ath-next-20240305

2024-03-05 Thread Kalle Valo
/linux/kernel/git/kvalo/ath.git tags/ath-next-20240305 for you to fetch changes up to 776c9c93bb0511d04e6222546499e5ea20ad51b0: wifi: ath12k: fix license in p2p.c and p2p.h (2024-02-28 16:09:29 +0200) ath.git patches for v6.9 Only

Re: [PATCH 1/2] dt-bindings: net: wireless: ath10k: add qcom,no-msa-ready-indicator prop

2024-03-05 Thread Marc Gonzalez
On 05/03/2024 15:31, Kalle Valo wrote: > Thanks, this is exactly what I'm proposing. With your suggestions, the patch becomes much simpler: diff --git a/drivers/net/wireless/ath/ath10k/core.c b/drivers/net/wireless/ath/ath10k/core.c index 0032f8aa892ff..18d0abcf6f693 100644 --- a/drivers/net/wi

Re: [PATCH 1/2] dt-bindings: net: wireless: ath10k: add qcom,no-msa-ready-indicator prop

2024-03-05 Thread Kalle Valo
Marc Gonzalez writes: > On 29/02/2024 19:40, Conor Dooley wrote: > >> On Wed, Feb 28, 2024 at 06:37:08PM +0200, Kalle Valo wrote: >> >>> Marc Gonzalez wrote: >>> As mentioned in my other reply, there are several msm8998-based devices affected by this issue. Is it not appropriate to con

Re: [PATCH 1/2] dt-bindings: net: wireless: ath10k: add qcom,no-msa-ready-indicator prop

2024-03-05 Thread Kalle Valo
Conor Dooley writes: > On Wed, Feb 28, 2024 at 06:37:08PM +0200, Kalle Valo wrote: >> Marc Gonzalez writes: > >> > As mentioned in my other reply, there are several msm8998-based >> > devices affected by this issue. Is it not appropriate to consider >> > a kernel-based work-around? >> >> Sorry,

Re: [PATCH 1/2] dt-bindings: net: wireless: ath10k: add qcom,no-msa-ready-indicator prop

2024-03-05 Thread Kalle Valo
Marc Gonzalez writes: > On 01/03/2024 09:10, Kalle Valo wrote: > >> Marc Gonzalez wrote: >> >>> Kalle Valo wrote: >>> Here's one example where in ath10k we use a feature bit as a workaround: /* Don't trust error code from otp.bin */ ATH10K_FW_FEATURE_IGNORE_OTP_RESULT

Re: [PATCH 1/2] dt-bindings: net: wireless: ath10k: add qcom,no-msa-ready-indicator prop

2024-03-05 Thread Marc Gonzalez
On 04/03/2024 20:34, Conor Dooley wrote: > On Mon, Mar 04, 2024 at 05:21:37PM +0100, Marc Gonzalez wrote: > >> On 29/02/2024 19:40, Conor Dooley wrote: >> >>> On Wed, Feb 28, 2024 at 06:37:08PM +0200, Kalle Valo wrote: >>> Marc Gonzalez wrote: > As mentioned in my other reply, there

Re: [PATCH 1/2] dt-bindings: net: wireless: ath10k: add qcom,no-msa-ready-indicator prop

2024-03-05 Thread Krzysztof Kozlowski
On 04/03/2024 21:21, Dmitry Baryshkov wrote: > On Mon, 4 Mar 2024 at 22:17, Conor Dooley wrote: >> >> On Mon, Mar 04, 2024 at 09:59:13PM +0200, Dmitry Baryshkov wrote: >>> On Mon, 4 Mar 2024 at 21:46, Conor Dooley wrote: On Mon, Mar 04, 2024 at 09:37:00PM +0200, Dmitry Baryshkov wrote: >