ath10k: add debugfs file warm_hw_reset
authorMaharaja Kennadyrajan <mkenna@codeaurora.org>
Wed, 18 Jul 2018 13:34:20 +0000 (19:04 +0530)
committerKalle Valo <kvalo@codeaurora.org>
Mon, 30 Jul 2018 17:59:32 +0000 (20:59 +0300)
commitdb251d7df4570c7d48df088edfa3d1d510cc67c2
tree0b2baa07f5096b743f48f763b141f27e6b4da7ba
parente82f57c8b9708baf4a58a9282636d9285b5aa2dd
ath10k: add debugfs file warm_hw_reset

Debugfs support to do hardware warm reset with WMI command
WMI_PDEV_PARAM_PDEV_RESET for 10.4 and 10.2.4(if wmi
service is enabled in the firmware for backward compatibility).

This change is purely for debugging purpose when hardware hangs/mutes.

This hardware reset won't affect the connectivity but there will be small
pause in data traffic. Here we are doing BB/MAC level reset and hence
whenever the BB/MAC watchdog is triggered, it does a hardware_chip_reset.
So the target will be in the active state.

Below command used to warm reset the hardware.
echo 1 > /sys/kernel/debug/ieee80211/phyX/ath10k/warm_hw_reset

Tested in QCA988X with firmware ver 10.2.4.70.45
Tested in QCA4019 with firmware ver 10.4-3.2.1.1-00011

Signed-off-by: Maharaja Kennadyrajan <mkenna@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath10k/debug.c
drivers/net/wireless/ath/ath10k/wmi.c
drivers/net/wireless/ath/ath10k/wmi.h