]> git.baikalelectronics.ru Git - kernel.git/commit
ath11k: remove calling ath11k_init_hw_params() second time
authorAnilkumar Kolli <akolli@codeaurora.org>
Tue, 8 Sep 2020 10:01:59 +0000 (10:01 +0000)
committerKalle Valo <kvalo@codeaurora.org>
Fri, 11 Sep 2020 09:57:42 +0000 (12:57 +0300)
commit03e0bb442d58cd4c928ccc0089d8e697ea02cd27
treef26fb2b855b38c96f3f8e17c33f216ef7c88014d
parent6aded8fc4e2a639805b9ecf0bfce82de3d851ffa
ath11k: remove calling ath11k_init_hw_params() second time

During probe ath11k_init_hw_params() is called from ath11k_core_pre_init()
and is not needed agian in ath11k_core_init().

Tested on: IPQ8074 hw2.0 AHB WLAN.HK.2.4.0.1-00009-QCAHKSWPL_SILICONZ-1

Fixes: 23e67c57c7eb (ath11k: use remoteproc only with AHB devices)
Signed-off-by: Anilkumar Kolli <akolli@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/010101746d2a40d3-25cd7dbe-c0dd-4fdf-8735-366d7fb40207-000000@us-west-2.amazonses.com
drivers/net/wireless/ath/ath11k/core.c