ath11k: fix the value of msecs_to_jiffies in ath11k_debugfs_fw_stats_request
authorWen Gong <quic_wgong@quicinc.com>
Tue, 26 Oct 2021 03:20:14 +0000 (23:20 -0400)
committerKalle Valo <kvalo@codeaurora.org>
Mon, 15 Nov 2021 09:23:49 +0000 (11:23 +0200)
commitc8f2d41bbff6794329d681d108a817366aed0ba7
treee3b9d12a39f05b3e6a034ecf9183d024da1940f3
parent1d795645e1eef97fe5d409e3dd5747a942f00e08
ath11k: fix the value of msecs_to_jiffies in ath11k_debugfs_fw_stats_request

parameter of msecs_to_jiffies should be (3 * 1000) instead of (3 * HZ)

Tested-on: QCA6390 hw2.0 PCI WLAN.HST.1.0.1-01740-QCAHSTSWPLZ_V2_TO_X86-1

Signed-off-by: Wen Gong <quic_wgong@quicinc.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20211026032014.27010-1-quic_wgong@quicinc.com
drivers/net/wireless/ath/ath11k/debugfs.c