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 <[email protected]> Signed-off-by: Krzysztof Wilczyński <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]> Acked-by: Jeff Johnson <[email protected]> # drivers/net/wireless/ath/... Acked-by: Manivannan Sadhasivam <[email protected]> Acked-by: Bartosz Golaszewski <[email protected]> Link: https://patch.msgid.link/[email protected]
1 parent 52ddd02 commit d5fc190

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/wireless/ath/ath12k

1 file changed

+1
-1
lines changed

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)