]> asedeno.scripts.mit.edu Git - linux.git/commit
ath10k: skip sending quiet mode cmd for WCN3990
authorRakesh Pillai <pillair@codeaurora.org>
Fri, 14 Dec 2018 10:17:46 +0000 (12:17 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 19 Dec 2018 13:37:01 +0000 (15:37 +0200)
commit53884577fbcef33a7d15ad664e664a3dabe35171
tree1e66184fbb0b1168195a1cf5ce251d115b6ffd8f
parenteca1e56ceedd9cc185eb18baf307d3ff2e4af376
ath10k: skip sending quiet mode cmd for WCN3990

HL2.0 firmware does not support setting quiet mode.  If the host driver sends
the quiet mode setting command to the HL2.0 firmware, it crashes with the below
signature.

fatal error received: err_qdi.c:456:EX:wlan_process:1:WLAN RT:207a:PC=b001b4f0

The quiet mode command support is exposed by the firmware via thermal throttle
wmi service. Enable ath10k thermal support if thermal throttle wmi service bit
is set.  10.x firmware versions support this feature by default, but
unfortunately do not advertise the support via service flags, hence have to
manually set the service flag in ath10k_core_compat_services().

Tested on QCA988X with 10.2.4.70.9-2. Also tested on WCN3990.

Co-developed-by: Govind Singh <govinds@codeaurora.org>
Co-developed-by: Kalle Valo <kvalo@codeaurora.org>
Signed-off-by: Rakesh Pillai <pillair@codeaurora.org>
Signed-off-by: Govind Singh <govinds@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath10k/core.c
drivers/net/wireless/ath/ath10k/debug.c
drivers/net/wireless/ath/ath10k/thermal.c
drivers/net/wireless/ath/ath10k/wmi-tlv.h
drivers/net/wireless/ath/ath10k/wmi.h