Skip to content

Commit d5fc190

Browse files
jhovoldbjorn-helgaas
authored andcommitted
wifi: ath12k: 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-4-johan+linaro@kernel.org
1 parent 52ddd02 commit d5fc190

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • drivers/net/wireless/ath/ath12k

drivers/net/wireless/ath/ath12k/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ config ATH12K
77
select MHI_BUS
88
select QRTR
99
select QRTR_MHI
10-
select PCI_PWRCTL_PWRSEQ if HAVE_PWRCTL
10+
select PCI_PWRCTRL_PWRSEQ if HAVE_PWRCTRL
1111
help
1212
Enable support for Qualcomm Technologies Wi-Fi 7 (IEEE
1313
802.11be) family of chipsets, for example WCN7850 and

0 commit comments

Comments
 (0)