summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath11k/pci.c
diff options
context:
space:
mode:
authorKalle Valo <kvalo@codeaurora.org>2021-01-11 19:42:29 +0200
committerKalle Valo <kvalo@codeaurora.org>2021-01-11 19:42:29 +0200
commitdc5771dfb27d6da7c8d866a358ff5c86e95f06c6 (patch)
tree97e87817842d5d4dfef0c525222c0fadbc3ef834 /drivers/net/wireless/ath/ath11k/pci.c
parent73b7a6047971aa6ce4a70fc4901964d14f077171 (diff)
parentabdcd4cbec42fd3fe7e6c2d076360b0bbf62173f (diff)
downloadlinux-dc5771dfb27d6da7c8d866a358ff5c86e95f06c6.tar.bz2
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
ath.git patches for v5.12. Major changes: ath9k * more robust encryption key cache management
Diffstat (limited to 'drivers/net/wireless/ath/ath11k/pci.c')
-rw-r--r--drivers/net/wireless/ath/ath11k/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath11k/pci.c b/drivers/net/wireless/ath/ath11k/pci.c
index 20b415cd96c4..78478b2b3ba5 100644
--- a/drivers/net/wireless/ath/ath11k/pci.c
+++ b/drivers/net/wireless/ath/ath11k/pci.c
@@ -328,7 +328,7 @@ static void ath11k_pci_enable_ltssm(struct ath11k_base *ab)
ath11k_dbg(ab, ATH11K_DBG_PCI, "pci ltssm 0x%x\n", val);
val = ath11k_pci_read32(ab, GCC_GCC_PCIE_HOT_RST);
- val |= GCC_GCC_PCIE_HOT_RST_VAL | 0x10;
+ val |= GCC_GCC_PCIE_HOT_RST_VAL;
ath11k_pci_write32(ab, GCC_GCC_PCIE_HOT_RST, val);
val = ath11k_pci_read32(ab, GCC_GCC_PCIE_HOT_RST);