Skip to content

Commit 52ddd02

Browse files
jhovoldbjorn-helgaas
authored andcommitted
wifi: ath11k: switch to PCI_PWRCTRL_PWRSEQ
The PCI_PWRCTRL_PWRSEQ and HAVE_PWRCTRL symbols have been renamed to reflect the pwrctrl framework name. Switch to the non-deprecated symbols. Signed-off-by: Johan Hovold <johan+linaro@kernel.org> Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Jeff Johnson <jjohnson@kernel.org> # drivers/net/wireless/ath/... Acked-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Acked-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Link: https://patch.msgid.link/20250402132634.18065-3-johan+linaro@kernel.org
1 parent 13bbf6a commit 52ddd02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • drivers/net/wireless/ath/ath11k

drivers/net/wireless/ath/ath11k/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ config ATH11K_PCI
2424
select MHI_BUS
2525
select QRTR
2626
select QRTR_MHI
27-
select PCI_PWRCTL_PWRSEQ if HAVE_PWRCTL
27+
select PCI_PWRCTRL_PWRSEQ if HAVE_PWRCTRL
2828
help
2929
This module adds support for PCIE bus
3030

0 commit comments

Comments
 (0)