aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/ath9k_pci_owl_loader.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2019-12-17 14:27:35 -0800
committerDavid S. Miller <davem@davemloft.net>2019-12-17 14:27:35 -0800
commit040cda8a15210f19da7e29232c897ca6ca6cc950 (patch)
treef17be517667d7f25c91c732704ce856c1d79f336 /drivers/net/wireless/ath/ath9k/ath9k_pci_owl_loader.c
parentdpaa2-ptp: fix double free of the ptp_qoriq IRQ (diff)
parentiwlwifi: pcie: move power gating workaround earlier in the flow (diff)
downloadlinux-dev-040cda8a15210f19da7e29232c897ca6ca6cc950.tar.xz
linux-dev-040cda8a15210f19da7e29232c897ca6ca6cc950.zip
Merge tag 'wireless-drivers-2019-12-17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers
Kalle Valo says: ==================== wireless-drivers fixes for v5.5 First set of fixes for v5.5. Fixing security issues, some regressions and few major bugs. mwifiex * security fix for handling country Information Elements (CVE-2019-14895) * security fix for handling TDLS Information Elements ath9k * fix endian issue with ath9k_pci_owl_loader mt76 * fix default mac address handling iwlwifi * fix merge damage which lead to firmware crashing during boot on some devices * fix device initialisation regression on some devices ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ath9k_pci_owl_loader.c')
-rw-r--r--drivers/net/wireless/ath/ath9k/ath9k_pci_owl_loader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ath9k_pci_owl_loader.c b/drivers/net/wireless/ath/ath9k/ath9k_pci_owl_loader.c
index 956fa7828d0c..56d1a7764b9f 100644
--- a/drivers/net/wireless/ath/ath9k/ath9k_pci_owl_loader.c
+++ b/drivers/net/wireless/ath/ath9k/ath9k_pci_owl_loader.c
@@ -83,7 +83,7 @@ static int ath9k_pci_fixup(struct pci_dev *pdev, const u16 *cal_data,
val = swahb32(val);
}
- __raw_writel(val, mem + reg);
+ iowrite32(val, mem + reg);
usleep_range(100, 120);
}