commit | 22d0d5ae7a089967e9295a06694aa3e8a812b15e | [log] [tgz] |
---|---|---|
author | Christian Lamparter <chunkeey@gmail.com> | Sun Nov 24 15:40:59 2019 +0100 |
committer | Kalle Valo <kvalo@codeaurora.org> | Thu Nov 28 10:18:51 2019 +0200 |
tree | e448a1c40129f44e7f7c5298999fee734d7b1367 | |
parent | 3d94a4a8373bf5f45cf5f939e88b8354dbf2311b [diff] |
ath9k: use iowrite32 over __raw_writel This patch changes the ath9k_pci_owl_loader to use the same iowrite32 memory accessor that ath9k_pci is using to communicate with the PCI(e) chip. This will fix endian issues that came up during testing with loaned AVM Fritz!Box 7360 (Lantiq MIPS SoCs + AR9287). Fixes: 5a4f2040fd07 ("ath9k: add loader for AR92XX (and older) pci(e)") Signed-off-by: Christian Lamparter <chunkeey@gmail.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>