linux/drivers/net/wireless/ath/ath10k
Ryan Hsu 6be3b6cce1 ath10k: fix incorrect wlan_mac_base in qca6174_regs
In the 'commit ebee76f7fa ("ath10k: allow setting coverage class")',
it inherits the design and the address offset from ath9k, but the address
is not applicable to QCA6174, which leads to a random crash while doing the
resume() operation, since the set_coverage_class.ops will be called from
ieee80211_reconfig() when resume() (if the wow is not configured).

Fix the incorrect address offset here to avoid the random crash.

Verified on QCA6174/hw3.0 with firmware WLAN.RM.4.4-00022-QCARMSWPZ-2.

kvalo: this also seems to fix a regression with firmware restart.

Fixes: ebee76f7fa ("ath10k: allow setting coverage class")
Cc: <stable@vger.kernel.org> # v4.10
Signed-off-by: Ryan Hsu <ryanhsu@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
2017-03-20 17:11:31 +02:00
..
ahb.c ath10k: fix reading sram contents for QCA4019 2017-02-07 10:57:49 +02:00
ahb.h
bmi.c
bmi.h
ce.c ath10k: few whitespace fixes 2017-02-07 10:43:30 +02:00
ce.h ath10k: dump Copy Engine registers during firmware crash 2017-01-19 15:19:24 +02:00
core.c ath10k: search SMBIOS for OEM board file extension 2017-03-02 10:48:41 +02:00
core.h ath10k: search SMBIOS for OEM board file extension 2017-03-02 10:48:41 +02:00
debug.c ath10k: use size_t for len variables 2017-02-14 19:38:20 +02:00
debug.h ath10k: support dev_coredump for crash dump 2016-12-30 11:14:07 +02:00
debugfs_sta.c ath10k: add debugfs support to get per peer tids log via tracing 2017-02-07 10:49:24 +02:00
hif.h
htc.c ath10k: htc: simplified credit distribution 2017-01-12 12:51:29 +02:00
htc.h ath10k: htc: simplified credit distribution 2017-01-12 12:51:29 +02:00
htt.c ath10k: add per peer htt tx stats support for 10.4 2016-11-23 21:40:02 +02:00
htt.h ath10k: use names in function definition arguments 2017-02-07 10:43:25 +02:00
htt_rx.c ath10k: remove unneeded semicolon 2017-02-08 17:00:31 +02:00
htt_tx.c ath10k: Avoid potential page alloc BUG_ON in tx free path 2016-12-15 11:17:52 +02:00
hw.c ath10k: fix incorrect wlan_mac_base in qca6174_regs 2017-03-20 17:11:31 +02:00
hw.h ath10k: fetch firmware images in a loop 2017-02-14 19:52:25 +02:00
Kconfig ath10k: select WANT_DEV_COREDUMP 2017-02-08 17:01:53 +02:00
mac.c ath10k: remove ath10k_vif_to_arvif() 2017-02-14 19:38:15 +02:00
mac.h ath10k: remove ath10k_vif_to_arvif() 2017-02-14 19:38:15 +02:00
Makefile
p2p.c ath10k: remove ath10k_vif_to_arvif() 2017-02-14 19:38:15 +02:00
p2p.h
pci.c ath10k: fix napi crash during rmmod when probe firmware fails 2017-02-14 19:40:16 +02:00
pci.h ath10k: fix reading sram contents for QCA4019 2017-02-07 10:57:49 +02:00
rx_desc.h
spectral.c ath10k: use size_t for len variables 2017-02-14 19:38:20 +02:00
spectral.h
swap.c
swap.h
targaddrs.h
testmode.c ath10k: silence firmware file probing warnings 2017-02-14 19:52:35 +02:00
testmode.h
testmode_i.h
thermal.c
thermal.h
trace.c
trace.h
txrx.c
txrx.h
wmi-ops.h ath10k: fix null deref on wmi-tlv when trying spectral scan 2016-11-23 15:55:38 +02:00
wmi-tlv.c ath10k: add VHT160 support 2017-01-13 15:26:30 +02:00
wmi-tlv.h ath10k: add VHT160 support 2017-01-13 15:26:30 +02:00
wmi.c ath10k: remove ath10k_vif_to_arvif() 2017-02-14 19:38:15 +02:00
wmi.h ath10k: fix comment 2017-02-14 19:38:25 +02:00
wow.c
wow.h