Re: [PATCH v3] wifi: ath11k: run ahb shutdown() teardown only on WCN6750
André Valentin <[email protected]>
| Newsgroups | org.kernel.vger.linux-wireless,org.infradead.lists.ath11k,org.kernel.vger.linux-kernel,org.kernel.vger.stable |
|---|---|
| Organization | MarcanT AG |
| Message-ID | <[email protected]> |
Hi Jeff, gentle ping on v3, sent 2026-08-10. It is still marked "new" in patchwork (https://patchwork.kernel.org/project/linux-wireless/patch/[email protected]/), so I want to make sure it did not simply fall through the cracks rather than that you are waiting on something from me. v3 addresses all three points from your v2 review: - ahb.c and hw.h use the /* on its own line block comment style. - The comments in the generic code describe the behaviour only; no chipset is named there any more. Only the ath11k_hw_params initializer correlates the feature with the hardware. - .shutdown_teardown is now initialized explicitly in every ath11k_hw_params record (= false on all but WCN6750). Is there anything else you would like changed, or should I resend as v4 with a fresh base? For context on the impact: without this, a plain reboot on the IPQ AHB targets (IPQ8074/IPQ6018/IPQ5018) stops in the boot ROM during DDR training and only a physical power cycle recovers, so the affected devices cannot be rebooted remotely at all. Kind regards, André