]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
ath10k: fix incorrect wlan_mac_base in qca6174_regs
authorRyan Hsu <ryanhsu@qca.qualcomm.com>
Mon, 13 Mar 2017 22:49:03 +0000 (15:49 -0700)
committerTim Gardner <tim.gardner@canonical.com>
Thu, 30 Mar 2017 12:35:45 +0000 (06:35 -0600)
commitdbeccda3b344d3ee5f1431188867a9d7208a2509
tree925449e870b3a247a2884499479772a775b3886a
parenta20f83fb55587c0c18047994565f627f604b02a6
ath10k: fix incorrect wlan_mac_base in qca6174_regs

BugLink: http://bugs.launchpad.net/bugs/1677589
commit 6be3b6cce1e225f189b68b4e84fc711d19b4277b upstream.

In the 'commit ebee76f7fa46 ("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: ebee76f7fa46 ("ath10k: allow setting coverage class")
Signed-off-by: Ryan Hsu <ryanhsu@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
drivers/net/wireless/ath/ath10k/hw.c